aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql b/src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql
deleted file mode 100644
index c8faee0d..00000000
--- a/src/main/resources/db/specific/h2/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