Map push
This commit is contained in:
4
supabase/migrations/050_revert_map_replica_identity.sql
Normal file
4
supabase/migrations/050_revert_map_replica_identity.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Revert REPLICA IDENTITY FULL back to DEFAULT
|
||||
ALTER TABLE map_layers REPLICA IDENTITY DEFAULT;
|
||||
ALTER TABLE map_pins REPLICA IDENTITY DEFAULT;
|
||||
ALTER TABLE map_shapes REPLICA IDENTITY DEFAULT;
|
||||
Reference in New Issue
Block a user