testing the test database
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 39s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 39s
This commit is contained in:
@@ -58,8 +58,3 @@ DROP TABLE IF EXISTS public.profiles CASCADE;
|
||||
DROP TABLE IF EXISTS public.password_reset_tokens CASCADE;
|
||||
DROP TABLE IF EXISTS public.users CASCADE;
|
||||
DROP TABLE IF EXISTS public.unmatched_flyer_items CASCADE;
|
||||
-- Drop the entire 'public' schema, cascading to all objects within it.
|
||||
DROP SCHEMA IF EXISTS public CASCADE;
|
||||
|
||||
-- Recreate the 'public' schema with default permissions.
|
||||
CREATE SCHEMA public;
|
||||
|
||||
Reference in New Issue
Block a user