diff options
Diffstat (limited to 'mayor-orig/update/pre002087-1-mayor_naplo.sql')
-rw-r--r-- | mayor-orig/update/pre002087-1-mayor_naplo.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mayor-orig/update/pre002087-1-mayor_naplo.sql b/mayor-orig/update/pre002087-1-mayor_naplo.sql new file mode 100644 index 00000000..c35b88ee --- /dev/null +++ b/mayor-orig/update/pre002087-1-mayor_naplo.sql @@ -0,0 +1,5 @@ + +-- intezmeny.telephely létrehozása +alter table settings add column telephelyId tinyint unsigned; +alter table session add column telephelyId tinyint(3) unsigned default null after intezmeny; + |