Skip to content

Commit

Permalink
comment out SELECT
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff authored Nov 12, 2024
1 parent aeb92cb commit 2747548
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ ALTER TABLE omd_customers REPLICA IDENTITY FULL;
ALTER TABLE omd_pets REPLICA IDENTITY FULL;
ALTER TABLE omd_appointments REPLICA IDENTITY FULL;

SELECT oid::regclass, relreplident FROM pg_class
WHERE oid in ( 'omd_customers'::regclass, 'omd_pets'::regclass, 'omd_appointments'::regclass);
-- To check that this worked, run:
-- SELECT oid::regclass, relreplident FROM pg_class
-- WHERE oid in ( 'omd_customers'::regclass, 'omd_pets'::regclass, 'omd_appointments'::regclass);

0 comments on commit 2747548

Please sign in to comment.