fix: remove internal migration tables from seed clear list

This commit is contained in:
Matti Nannt
2025-12-22 12:00:56 +01:00
parent 520dc1f7b6
commit 5cc2a61089

View File

@@ -46,8 +46,6 @@ async function deleteData() {
"Account",
"User",
"Organization",
"DataMigration",
"Language",
];
for (const model of deleteOrder) {