mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-04 01:53:56 +00:00
Remove unused UserOrganization.invited_by_email
This commit is contained in:
parent
b9e257b469
commit
0e8a462eb0
12 changed files with 10 additions and 24 deletions
|
@ -1 +0,0 @@
|
|||
ALTER TABLE users_organizations DROP COLUMN invited_by_email;
|
|
@ -1 +0,0 @@
|
|||
ALTER TABLE users_organizations ADD COLUMN invited_by_email TEXT DEFAULT NULL;
|
|
@ -1 +0,0 @@
|
|||
ALTER TABLE users_organizations DROP COLUMN invited_by_email;
|
|
@ -1 +0,0 @@
|
|||
ALTER TABLE users_organizations ADD COLUMN invited_by_email TEXT DEFAULT NULL;
|
|
@ -1 +0,0 @@
|
|||
ALTER TABLE users_organizations DROP COLUMN invited_by_email;
|
|
@ -1 +0,0 @@
|
|||
ALTER TABLE users_organizations ADD COLUMN invited_by_email TEXT DEFAULT NULL;
|
Loading…
Add table
Add a link
Reference in a new issue