Skip to content

Commit

Permalink
fix: Remove useless migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 12, 2023
1 parent 6148f5c commit 94a358a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions supabase/migrations/20231212153919_timezone.sql
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
DROP VIEW sub_and_calls;

ALTER TABLE bulk_jobs ALTER COLUMN created_at
TYPE timestamp with time zone;
ALTER TABLE bulk_jobs ALTER COLUMN created_at
SET DEFAULT timezone('utc'::text, now());
ALTER TABLE bulk_emails ALTER COLUMN created_at
TYPE timestamp with time zone;
ALTER TABLE bulk_emails ALTER COLUMN created_at
SET DEFAULT timezone('utc'::text, now());
ALTER TABLE calls ALTER COLUMN created_at
TYPE timestamp with time zone;
ALTER TABLE calls ALTER COLUMN created_at
Expand Down

0 comments on commit 94a358a

Please sign in to comment.