feature: Add SQL for migration

This commit is contained in:
2019-07-01 16:58:19 +02:00
parent 74c9543b6d
commit 0a6c38661a
9 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
INSERT INTO migration.history (filename, up, down, version)
VALUES (:filename, :up, :down, :version);