aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.4__ActivityPub followers.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.4__ActivityPub followers.sql
parentc91692786f3688a8b98d34d9ca1f0c7874f9f0d3 (diff)
h2: baseline to 1.22
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.4__ActivityPub followers.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.4__ActivityPub followers.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/resources/db/specific/h2/V1.4__ActivityPub followers.sql b/src/main/resources/db/specific/h2/V1.4__ActivityPub followers.sql
deleted file mode 100644
index 16b39f62..00000000
--- a/src/main/resources/db/specific/h2/V1.4__ActivityPub followers.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-CREATE TABLE IF NOT EXISTS `followers` (
- `user_id` int(10) unsigned DEFAULT NULL,
- `acct` char(64) NOT NULL,
- `ts` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
- UNIQUE KEY `acct` (`acct`),
- foreign key (user_id) references users(id)
-); \ No newline at end of file