Add initial Payload migration
CI / test (push) Successful in 3m18s
Release / test (push) Successful in 3m13s
Release / build-and-deploy (push) Successful in 9m6s

This commit is contained in:
maro
2026-08-26 00:45:59 +00:00
parent 8d60d48bd0
commit 1b7dbad843
3 changed files with 6909 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import * as migration_20260826_004425 from './20260826_004425';
export const migrations = [
{
up: migration_20260826_004425.up,
down: migration_20260826_004425.down,
name: '20260826_004425'
},
];