mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
6 lines
105 B
PL/PgSQL
6 lines
105 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE `auth` ADD COLUMN `accountType` VARCHAR(32) NOT NULL DEFAULT 'UserAccount';
|
|
|
|
COMMIT;
|