aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-12-22 01:44:15 +0300
committerGravatar Vitaly Takmazov2022-12-22 01:44:32 +0300
commit56afc659e9e8e9b22ece74d5733e718f882da783 (patch)
treef61f201b07fd80642e36751bd59bee184627599d /src/main/resources/db/specific/h2/V1.2__Drop telegram_chats.sql
parentc91692786f3688a8b98d34d9ca1f0c7874f9f0d3 (diff)
h2: baseline to 1.22
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