mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
fix: remove internal migration tables from seed clear list
This commit is contained in:
@@ -46,8 +46,6 @@ async function deleteData() {
|
||||
"Account",
|
||||
"User",
|
||||
"Organization",
|
||||
"DataMigration",
|
||||
"Language",
|
||||
];
|
||||
|
||||
for (const model of deleteOrder) {
|
||||
|
||||
Reference in New Issue
Block a user