mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
test: add author_search table in createTestDB to drop it after use
This commit is contained in:
parent
9d2667679f
commit
e1cd1777e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue