ft/moves accounts_data out of accounts

This commit is contained in:
itsscb 2023-10-19 11:22:56 +02:00 committed by GitHub
parent cc122e253d
commit 54a7f6d183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ DROP TABLE IF EXISTS "mails";
DROP TABLE IF EXISTS "persons";
DROP TABLE IF EXISTS "providers";
DROP TABLE IF EXISTS "sessions";
DROP TABLE IF EXISTS "accounts_data";
DROP TABLE IF EXISTS "accounts";