lgromero-new-oglive
Rev | Line | |
---|
[7965580] | 1 | ### Database update file. |
---|
| 2 | # OpenGnsys 1.1.1d - OpenGnsys 1.2.0 |
---|
| 3 | #use ogAdmBD |
---|
| 4 | |
---|
| 5 | CREATE 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 | |
---|
| 12 | ALTER TABLE `aulas` |
---|
[0486969] | 13 | ADD `idcalendario` int(3) DEFAULT NULL, |
---|
| 14 | ADD `remotepc_reserved` int(1) DEFAULT 0; |
---|
[8ec1d5f] | 15 | |
---|
| 16 | ALTER TABLE `ordenadores` |
---|
| 17 | DROP `inremotepc`; |
---|
Note: See
TracBrowser
for help on using the repository browser.