Files
Sentri/sql-update-1.2.2.sql
2026-06-14 23:35:02 +02:00

3 lines
321 B
SQL

ALTER TABLE `system_api_tokens` ADD COLUMN `api_token_name` CHAR(64) AFTER `api_token`;
UPDATE `sentri`.`system_pages` SET `page_color`='warning' WHERE `page_uuid`='c14362c2-7db2-4047-aed2-9569c0b4febf';
UPDATE `sentri`.`system_pages` SET `page_color`='warning' WHERE `page_uuid`='5b167631-ba04-4452-bb8f-3ae0be8bccb0';