Fixed db init

This commit is contained in:
a-ill
2023-07-22 13:48:47 +03:00
parent 0c7ecef6c1
commit 0740981d5d
2 changed files with 3 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ function up()
end
function down()
drop_table(:groups)
drop_table(:groups_requests)
end
end