This website requires JavaScript.
Explore
Help
Sign In
tandem
/
camper
Watch
2
Star
0
Fork
You've already forked camper
0
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f71ad2cc65
camper
/
revert
/
available_currencies.sql
8 lines
93 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add customer and invoices sections Copied as much as i could from Numerus, and made as few modifications as i could to adapt to this code base; it is, quite frankly, a piece of shit. We need to be able to create invoices from scratch “just in case”, apparently, but it is not yet possible to create an invoice from a booking.
2024-04-28 18:28:45 +00:00
-- Revert camper:available_currencies from pg
Add company and company_user relations, along with their dependencies
2023-07-29 02:25:56 +00:00
begin
;
delete
from
camper
.
currency
;
commit
;