Removes internal directory
This commit is contained in:
parent
c65e239b68
commit
5005186cd3
2 changed files with 0 additions and 46 deletions
|
|
@ -1,8 +0,0 @@
|
|||
-- +migrate Up
|
||||
CREATE table users (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name text NOT NULL
|
||||
);
|
||||
|
||||
-- +migrate Down
|
||||
DROP TABLE users;
|
||||
Loading…
Add table
Add a link
Reference in a new issue