Lounas-päivällinen erottelu kuljetuksiin #34
@@ -47,7 +47,7 @@ alter table asiakkaat add lauantaiKpl int not null default 0;
|
|||||||
alter table asiakkaat add sunnuntaiKpl int not null default 0;
|
alter table asiakkaat add sunnuntaiKpl int not null default 0;
|
||||||
|
|
||||||
--3.x.x->4.0.0
|
--3.x.x->4.0.0
|
||||||
alter table kuljetukset add tyyppi varchar(50);
|
alter table kuljetukset add tyyppi varchar(50) not null default 'Lounas';
|
||||||
alter table asiakkaat add dinner_maanantaiKpl int not null default 0;
|
alter table asiakkaat add dinner_maanantaiKpl int not null default 0;
|
||||||
alter table asiakkaat add dinner_tiistaiKpl int not null default 0;
|
alter table asiakkaat add dinner_tiistaiKpl int not null default 0;
|
||||||
alter table asiakkaat add dinner_keskiviikkoKpl int not null default 0;
|
alter table asiakkaat add dinner_keskiviikkoKpl int not null default 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user