Add no-seed configuration to database:reset (#9112)

Based on feedback here:
https://github.com/twentyhq/twenty/issues/9109#issuecomment-2550198035
This commit is contained in:
Félix Malfait
2024-12-18 11:44:06 +01:00
committed by GitHub
parent deb37edd7c
commit 45214fe548
4 changed files with 29 additions and 14 deletions

View File

@ -56,7 +56,7 @@ rawDataSource
]; // See https://supabase.github.io/wrappers/
for (const wrapper of supabaseWrappers) {
if (await checkForeignDataWrapperExists(wrapper)) {
if (await checkForeignDataWrapperExists(`${wrapper.toLowerCase()}_fdw`)) {
continue;
}
await performQuery(