mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Add migrations to add fields to user and auth tables
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/003_AuthStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/003_AuthStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `auth` ADD COLUMN `accountType` VARCHAR(32) NOT NULL DEFAULT 'UserAccount';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user