Compare commits
2 Commits
9f33e62817
...
f4eefc4ec1
| Author | SHA1 | Date | |
|---|---|---|---|
| f4eefc4ec1 | |||
| 62f14e4151 |
@@ -48,3 +48,13 @@ 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 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;
|
||||
alter table asiakkaat add dinner_torstaiKpl int not null default 0;
|
||||
alter table asiakkaat add dinner_perjantaiKpl int not null default 0;
|
||||
alter table asiakkaat add dinner_lauantaiKpl int not null default 0;
|
||||
alter table asiakkaat add dinner_sunnuntaiKpl int not null default 0;
|
||||
alter table asiakkaat add dinner_salaatit int not null default 0;
|
||||
alter table asiakkaat add dinner_pääruoat int not null default 0;
|
||||
alter table asiakkaat add dinner_jälkiruoat int not null default 0;
|
||||
Reference in New Issue
Block a user