Skip to content

Commit 56e2aae

Browse files
committed
Add moderation_log to drop tables script
Otherwise the entire test suite fails
1 parent 71f5282 commit 56e2aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/sql/drop_tables.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DROP TABLE IF EXISTS oauth_grant CASCADE;
66
DROP TABLE IF EXISTS oauth_token CASCADE;
77
DROP TABLE IF EXISTS oauth_client CASCADE;
88
DROP TABLE IF EXISTS access_log CASCADE;
9+
DROP TABLE IF EXISTS moderation_log CASCADE;
910
DROP TABLE IF EXISTS token_log CASCADE;
1011
DROP TABLE IF EXISTS token CASCADE;
1112
DROP TABLE IF EXISTS supporter CASCADE;

0 commit comments

Comments
 (0)