V0 : initial import
This commit is contained in:
3
ProserveAPI/htdocs/proserve/update_proserve_db 1.4.5.sql
Normal file
3
ProserveAPI/htdocs/proserve/update_proserve_db 1.4.5.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE proserveapi;
|
||||
INSERT INTO `sessiontypes` (`id`, `displayName`, `description`) VALUES ('7', 'LongRange', '');
|
||||
UPDATE `sessiontypes` SET `displayName` = 'Rescue' WHERE `sessiontypes`.`id` = 6;
|
||||
Reference in New Issue
Block a user