You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
🆙 Database updated to TuT instalation
This commit is contained in:
+6
@@ -121,6 +121,12 @@ INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
|
||||
INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
|
||||
('camera.extradata', '{"t":"%timestamp%","u":"%id%","m":"","s":"%room_id%","w":"%url%"}');
|
||||
|
||||
INSERT INTO emulator_settings (`key`, `value`) VALUES
|
||||
('session.reconnect.grace.seconds', '5');
|
||||
|
||||
INSERT INTO emulator_settings (`key`, `value`) VALUES
|
||||
('session.reconnect.effect.id', '188');
|
||||
|
||||
-- Camera emulator texts
|
||||
INSERT IGNORE INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('camera.permission', 'You do not have permission to use the camera.');
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
ALTER TABLE users
|
||||
ADD COLUMN `last_username_change` INT(11) NOT NULL;
|
||||
ADD COLUMN `last_username_change` INT(11) NOT NULL DEFAULT 0;
|
||||
|
||||
|
||||
INSERT INTO emulator_settings (`key`, `value`, `comment`)
|
||||
VALUES ('rename.cooldown_days', '30', 'Days between username changes');
|
||||
Reference in New Issue
Block a user