Migration changes

This commit is contained in:
kdeng00
2025-07-25 17:46:28 -04:00
parent e0341a1fa0
commit 7b2608fee9
3 changed files with 73 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"dev": {
"migrations": "./migrations"
},
"test": {
"migrations": "./test_migrations"
}
}