aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/pre002087-1-mayor_naplo.sql
blob: c35b88ee5d25aa460f095cdd0820956ad10cd41d (plain)
1
2
3
4
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;