2 lines
52 B
SQL
2 lines
52 B
SQL
ALTER TABLE requests
|
|
DROP CONSTRAINT requests_pkey;
|
ALTER TABLE requests
|
|
DROP CONSTRAINT requests_pkey;
|