configure-oglivelgromero-new-oglivemainmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change
on this file since 8ec1d5f was
8ec1d5f,
checked in by Natalia Serrano <natalia.serrano@…>, 13 months ago
|
refs #278 remove field ordenadores.inremotepc
|
-
Property mode set to
100644
|
File size:
435 bytes
|
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` |
---|
[69a6f67] | 13 | ADD `idcalendario` int(3) DEFAULT NULL; |
---|
[8ec1d5f] | 14 | |
---|
| 15 | ALTER TABLE `ordenadores` |
---|
| 16 | DROP `inremotepc`; |
---|
Note: See
TracBrowser
for help on using the repository browser.