mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-23 23:34:26 +01:00
test: add author_search table in createTestDB to drop it after use
This commit is contained in:
@@ -63,6 +63,7 @@ export async function createTestDB() {
|
||||
'pubkey_domains',
|
||||
'nostr_events',
|
||||
'event_zaps',
|
||||
'author_search',
|
||||
]
|
||||
) {
|
||||
await kysely.schema.dropTable(table).ifExists().cascade().execute();
|
||||
|
||||
Reference in New Issue
Block a user