Skip to content

Commit

Permalink
Running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abraryaser02 committed May 10, 2024
1 parent d92e9cf commit 6d19f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/postgres/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ CREATE EXTENSION IF NOT EXISTS RUM;

-- Drop tables if they already exist
DROP TABLE IF EXISTS user_to_events;
DROP TABLE IF NOT EXISTS events;
DROP TABLE IF NOT EXISTS users;
DROP TABLE IF EXISTS events;
DROP TABLE IF EXISTS users;
DROP TABLE IF EXISTS fts_word;

-- Create the users table
Expand Down

0 comments on commit 6d19f87

Please sign in to comment.