zmieniono calendar

This commit is contained in:
Agnieszka Gąbka-Buszek 2023-12-16 10:25:17 +01:00
parent 53cc8e48f4
commit 2399cfb109
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ CREATE TABLE `dim_calendar` (
`calendar_year` int ,
`calendar_month_year` int ,
`is_weekend` BOOLEAN ,
`month_end` BOOLEAN ,
`is_month_end` BOOLEAN ,
`week_num` int
);