aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/V1.4__ActivityPub followers.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.4__ActivityPub followers.sql
parent03bf67156f0ecfcaf11c76484251bd57422cb897 (diff)
Gradle -> Maven
Diffstat (limited to 'src/main/resources/db/migration/V1.4__ActivityPub followers.sql')
-rw-r--r--src/main/resources/db/migration/V1.4__ActivityPub followers.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/resources/db/migration/V1.4__ActivityPub followers.sql b/src/main/resources/db/migration/V1.4__ActivityPub followers.sql
deleted file mode 100644
index 16b39f62..00000000
--- a/src/main/resources/db/migration/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