|
Revision f328b74996d55e5c1c40dc0bd3c12de224a1e75c, 488 bytes
(checked in by Christopher Jung <bktheg@web.de>, 6 months ago)
|
[ref] SQL-Skripte aufgetrennt in seperate CREATE, ALTER und INSERT Teile.
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
INSERT INTO `global_sectortemplates` (`id`, `x`, `y`, `w`, `h`, `scriptid`) VALUES ('ORDER_TERRANER', 1, 1, 0, 0, 0); |
|---|
| 2 |
INSERT INTO `global_sectortemplates` (`id`, `x`, `y`, `w`, `h`, `scriptid`) VALUES ('ORDER_TERRANER_TANKER', 1, 2, 0, 0, 0); |
|---|
| 3 |
INSERT INTO `global_sectortemplates` (`id`, `x`, `y`, `w`, `h`, `scriptid`) VALUES ('ORDER_VASUDANER', 2, 1, 0, 0, 0); |
|---|
| 4 |
INSERT INTO `global_sectortemplates` (`id`, `x`, `y`, `w`, `h`, `scriptid`) VALUES ('ORDER_VASUDANER_TANKER', 2, 2, 0, 0, 0); |
|---|