feat: rename init migration

This commit is contained in:
Yanislav Igonin 2021-10-31 10:41:12 +02:00
parent c1f632ee03
commit f79334948e
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
-- UP
-- Posts
CREATE TABLE posts
(
id SERIAL NOT NULL,
@ -19,8 +17,6 @@ CREATE TABLE posts
PRIMARY KEY (id)
);
-- Files
CREATE TABLE files
(
id SERIAL PRIMARY KEY,