Tag version 8 of the database
I will need to change draft_payment **again**, and possibly many times, during the development of the booking admin section. Many times.
This commit is contained in:
parent
a26e9c6e12
commit
0e22096447
|
@ -1,4 +1,4 @@
|
||||||
camper (1.7~git00000000000000.0000000-1) bookworm; urgency=medium
|
camper (1.8~git00000000000000.0000000-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package build
|
package build
|
||||||
|
|
||||||
const Version = "1.7~git"
|
const Version = "1.8~git"
|
||||||
|
|
|
@ -281,5 +281,7 @@ draft_payment [draft_payment@v6] 2024-03-20T17:11:41Z jordi fita mas <jordi@tand
|
||||||
|
|
||||||
acsi_option__option_group [acsi_option] 2024-04-03T07:55:37Z jordi fita mas <jordi@tandem.blog> # Add option_group column to acsi_option
|
acsi_option__option_group [acsi_option] 2024-04-03T07:55:37Z jordi fita mas <jordi@tandem.blog> # Add option_group column to acsi_option
|
||||||
draft_payment [draft_payment@v7 acsi_option__option_group] 2024-04-03T08:15:40Z jordi fita mas <jordi@tandem.blog> # Take option_group in account when discounting ACSI options in draft_payment
|
draft_payment [draft_payment@v7 acsi_option__option_group] 2024-04-03T08:15:40Z jordi fita mas <jordi@tandem.blog> # Take option_group in account when discounting ACSI options in draft_payment
|
||||||
|
@v8 2024-04-22T11:41:03Z jordi fita mas <jordi@tandem.blog> # Tag version 8
|
||||||
|
|
||||||
booking__stay [booking] 2024-04-19T16:02:11Z jordi fita mas <jordi@tandem.blog> # Replace booking arrival and departure dates with a daterange
|
booking__stay [booking] 2024-04-19T16:02:11Z jordi fita mas <jordi@tandem.blog> # Replace booking arrival and departure dates with a daterange
|
||||||
booking_campsite [roles schema_camper booking campsite extension_btree_gist] 2024-04-21T18:27:20Z jordi fita mas <jordi@tandem.blog> # Add relation of campsite booking
|
booking_campsite [roles schema_camper booking campsite extension_btree_gist] 2024-04-21T18:27:20Z jordi fita mas <jordi@tandem.blog> # Add relation of campsite booking
|
||||||
|
|
Loading…
Reference in New Issue