chore: build
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE site_settings
|
||||
RENAME COLUMN customer_accounts_enabled TO customer_login_enabled;
|
||||
|
||||
ALTER TABLE site_settings
|
||||
ADD COLUMN customer_registration_enabled BOOLEAN NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user