mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
update casing
This commit is contained in:
parent
2b3b6ed012
commit
f77404b4db
@ -4,4 +4,4 @@
|
||||
ALTER TABLE password_reset_requests DROP CONSTRAINT password_reset_requests_account_id_key;
|
||||
|
||||
-- add new constraint which doesnt mind having multiple resets for account ids
|
||||
ALTER TABLE password_reset_requests ADD CONSTRAINT password_reset_requests_account_id_key FOREIGN KEY (account_id) REFERENCES accounts (id) on delete cascade;
|
||||
ALTER TABLE password_reset_requests ADD CONSTRAINT password_reset_requests_account_id_key FOREIGN KEY (account_id) REFERENCES accounts (id) ON DELETE CASCADE;
|
||||
|
Loading…
Reference in New Issue
Block a user