source: admin/Database/ogAdmBD-1.1.1d-1.2.0.sql

lgromero-new-oglive
Last change on this file was 0486969, checked in by Natalia Serrano <natalia.serrano@…>, 13 months ago

refs #276 reserve lab

  • Property mode set to 100644
File size: 483 bytes
RevLine 
[7965580]1### Database update file.
2# OpenGnsys 1.1.1d - OpenGnsys 1.2.0
3#use ogAdmBD
4
5CREATE TABLE `calendarios` (
[69a6f67]6      `idcalendario` int(3) NOT NULL AUTO_INCREMENT,
7      `description` varchar(64),
[7965580]8      `json_text` varchar(16384),
[69a6f67]9      PRIMARY KEY (`idcalendario`)
[7965580]10) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
11
12ALTER TABLE `aulas`
[0486969]13      ADD `idcalendario` int(3) DEFAULT NULL,
14      ADD `remotepc_reserved` int(1) DEFAULT 0;
[8ec1d5f]15
16ALTER TABLE `ordenadores`
17      DROP `inremotepc`;
Note: See TracBrowser for help on using the repository browser.