#27 Lisätty oletusarvo kuljetustyypille tietokannan päivitystä varten

Signed-off-by: laurimaaninka <lauri.maaninka@gmail.com>
This commit is contained in:
2026-05-30 01:43:27 +03:00
parent 892b75b18f
commit f5c37241ad
+1 -1
View File
@@ -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;