introduce-separate-database-schemas-hs-booking-and-hosting #106

Merged
hsh-michaelhoennig merged 14 commits from introduce-separate-database-schemas-hs-booking-and-hosting into master 2024-09-23 10:52:39 +02:00

14 Commits

Author SHA1 Message Date
Michael Hoennig
77c22d0e55 remove new_... in tf 2024-09-20 13:14:10 +02:00
Michael Hoennig
19cc787a4a rename coopsharestransactions->coopsharetx 2024-09-20 13:01:44 +02:00
Michael Hoennig
754df475a7 rename coopassetstransactions->coopassettx 2024-09-20 12:42:52 +02:00
Michael Hoennig
12d74a75ca create or replace function base.findObjectUuidByIdName(objectTable varchar, objectIdName varchar)
create or replace function base.findObjectUuidByIdName(objectTable varchar, objectIdName varchar)
create or replace function base.findObjectUuidByIdName(objectTable varchar, objectIdName varchar)
move findObjectUuidByIdName+findIdNameByObjectUuid from base to rbac and related naming issues
2024-09-20 12:21:58 +02:00
Michael Hoennig
3c32668053 aling test-data-generation function names and fix some missing scopes 2024-09-20 10:04:53 +02:00
Michael Hoennig
bdf2ab6a24 move check-functions to module schemas 2024-09-20 08:51:42 +02:00
Michael Hoennig
7563f32215 move legacy_id trigger-functions to module schema 2024-09-20 08:44:35 +02:00
Michael Hoennig
7decf28293 rename customerOwner -> rbactest.customer_OWNER etc. -- generated 2024-09-19 13:24:08 +02:00
Michael Hoennig
632bf7d29b rename customerOwner -> rbactest.customer_OWNER etc. 2024-09-19 12:14:13 +02:00
Michael Hoennig
94f6bab004 WIP towards customerOwner -> rbactest.customer_OWNER for example 2024-09-18 15:58:59 +02:00
Michael Hoennig
a0e1d96278 move test-data-creation to separate schemas 2024-09-18 15:04:21 +02:00
Michael Hoennig
6514d6a17c fix ImportHostingAssets 2024-09-18 14:14:22 +02:00
Michael Hoennig
87671f310c introduce separate database-schema for hs_hosting 2024-09-18 14:03:54 +02:00
Michael Hoennig
a43088cb81 introduce separate database-schema for hs_booking 2024-09-18 13:28:36 +02:00