feature #2: save executed migration in DB
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
SELECT json_object_agg(filename, f)
|
||||
SELECT json_agg(f order by f.version)
|
||||
FROM migration.functions f;
|
||||
Reference in New Issue
Block a user