Lounas-päivällinen erottelu kuljetuksiin #34

Merged
laurimaaninka merged 17 commits from lounas-päivällinen into master 2026-05-31 14:00:15 +03:00
Showing only changes of commit f5c37241ad - Show all commits
+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;
--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_tiistaiKpl int not null default 0;
alter table asiakkaat add dinner_keskiviikkoKpl int not null default 0;