PG::UniqueViolation: ERROR: Duplicate Key Value Violates Unique Constraint 'Your_table_name_pkey'
rails db production
SELECT setval('your_table_id_seq', (SELECT MAX(id) FROM your_table));
沒有留言:
張貼留言