camper/pkg/database
jordi fita mas 1f2ab494dd Add check_in and check_out fields to campsite_type
Apparently, each campsite type could have different check-in and
check-out times, thus i need them in the database.

I thought about using an integer or a datetime field, but customer seems
to want a text field to maybe add “before” and “after” there as well.
Translatable text it is.
2024-01-22 20:19:19 +01:00
..
RecordArray.go Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
db.go Register PostgreSQL types once on start with guest user 2023-12-13 16:47:31 +01:00
funcs.go Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
tx.go Add the campsite type cost per season 2023-10-01 21:14:39 +02:00
types.go Register PostgreSQL types once on start with guest user 2023-12-13 16:47:31 +01:00