mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-07-01 17:01:14 +03:00
feat: rename init migration
This commit is contained in:
parent
c1f632ee03
commit
f79334948e
@ -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,
|
Loading…
Reference in New Issue
Block a user