test: add author_search table in createTestDB to drop it after use

This commit is contained in:
P. Reis 2024-09-13 10:30:10 -03:00
parent 9d2667679f
commit e1cd1777e3

View file

@ -63,6 +63,7 @@ export async function createTestDB() {
'pubkey_domains', 'pubkey_domains',
'nostr_events', 'nostr_events',
'event_zaps', 'event_zaps',
'author_search',
] ]
) { ) {
await kysely.schema.dropTable(table).ifExists().cascade().execute(); await kysely.schema.dropTable(table).ifExists().cascade().execute();