camper/pkg/database
jordi fita mas 0cbf973cbb Add the payment form to admin
Had to change setup_redsys because admins can not read the current
encrypt key, thus it is not possible to `set encrypt_key =
coalesce(…, encrypt_key)`.

Not that it did much sense, anyway, as i was already inside the branch
of the if when encrpty_key is null.

However, it seems that this also affects in the `on conflict` update. I
assume this is because `excluded` is some kind of row of the relation
and has the same restrictions.
2023-10-27 16:08:13 +02:00
..
RecordArray.go Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
db.go Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
funcs.go Add the payment form to admin 2023-10-27 16:08:13 +02:00
tx.go Add the campsite type cost per season 2023-10-01 21:14:39 +02:00
types.go Add a cache of OID in database to register types 2023-10-27 12:30:05 +02:00