Removes internal directory

This commit is contained in:
Dennis Schoepf 2024-04-26 22:46:52 +02:00
parent c65e239b68
commit 5005186cd3
2 changed files with 0 additions and 46 deletions

View file

@ -1,8 +0,0 @@
-- +migrate Up
CREATE table users (
id INTEGER PRIMARY KEY,
name text NOT NULL
);
-- +migrate Down
DROP TABLE users;