Змінено директорії
Додано скрипти CRON Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
@@ -172,6 +172,7 @@ Table stand_list [note: 'Таблиця місць розташування ст
|
||||
processing_time real [default: 1, note: 'Час тривалості зміни вісників']
|
||||
status bool [default: false, note: 'Активація чи деактивація стенду']
|
||||
updated_at timestamp [note: 'Дата зміни запису']
|
||||
created_at timestamp [note: 'Дата створення запису']
|
||||
}
|
||||
|
||||
Table stand_schedule [note: 'Таблиця записів служіння зі стендом'] {
|
||||
@@ -182,13 +183,14 @@ Table stand_schedule [note: 'Таблиця записів служіння зі
|
||||
hour integer [note: 'Година запису']
|
||||
number_sheep text [note: 'Номер вісника, що одночасно стоїть']
|
||||
updated_at timestamp [note: 'Дата зміни запису']
|
||||
created_at timestamp [note: 'Дата створення запису']
|
||||
}
|
||||
|
||||
Table stand_schedule_history [note: 'Таблиця записів служіння зі стендом'] {
|
||||
id integer [primary key]
|
||||
stand_schedule_id integer [note: 'ID стенду']
|
||||
sheep_id integer [note: 'ID вісника']
|
||||
created_at timestamp [note: 'Дата зміни запису']
|
||||
created_at timestamp [note: 'Дата створення запису']
|
||||
}
|
||||
|
||||
Ref: sheeps.id - possibilities.sheep_id // one-to-one
|
||||
|
||||
Reference in New Issue
Block a user