aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/V1.2__Drop telegram_chats.sql
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-03-31 00:21:12 +0300
committerGravatar Vitaly Takmazov2021-03-31 00:21:12 +0300
commitb034b3ede4844c6873fef9b2f031d698bc8b0327 (patch)
tree580975a80d4cd13aae04f9d8aa858674b71bcc0e /src/main/resources/db/migration/V1.2__Drop telegram_chats.sql
parent03bf67156f0ecfcaf11c76484251bd57422cb897 (diff)
Gradle -> Maven
Diffstat (limited to 'src/main/resources/db/migration/V1.2__Drop telegram_chats.sql')
-rw-r--r--src/main/resources/db/migration/V1.2__Drop telegram_chats.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/db/migration/V1.2__Drop telegram_chats.sql b/src/main/resources/db/migration/V1.2__Drop telegram_chats.sql
deleted file mode 100644
index c8faee0d..00000000
--- a/src/main/resources/db/migration/V1.2__Drop telegram_chats.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-INSERT INTO telegram(tg_id, tg_name, loginhash) SELECT chat_id AS tg_id, 'Anonymous', UUID() FROM telegram_chats;
-DROP TABLE telegram_chats; \ No newline at end of file