introduce basis schema, yet unused

This commit is contained in:
Michael Hoennig 2024-09-13 07:57:30 +02:00
parent 860df4c69f
commit 2a27ab24b5
3 changed files with 6 additions and 8 deletions

View File

@ -24,13 +24,13 @@ delete from hs_hosting_asset where uuid='5aea68d2-3b55-464f-8362-b05c76c5a681'::
commit;
-- single version at point in time
-- set hsadminng.tx_history_txid to (select max(txid) from tx_context where txtimestamp<='2024-08-27 12:13:13.450821');
-- set hsadminng.tx_history_txid to (select max(txid) from basis.tx_context where txtimestamp<='2024-08-27 12:13:13.450821');
set hsadminng.tx_history_txid to '';
set hsadminng.tx_history_timestamp to '2024-08-29 12:42';
-- all versions
select tx_history_txid(), txc.txtimestamp, txc.currentUser, txc.currentTask, haex.*
from hs_hosting_asset_ex haex
join tx_context txc on haex.txid=txc.txid
join basis.tx_context txc on haex.txid=txc.txid
where haex.identifier = 'test@thi.example.org';
select uuid, version, type, identifier, caption from hs_hosting_asset_hv p where identifier = 'test@thi.example.org';

View File

@ -2,11 +2,7 @@
-- ============================================================================
--changeset prefix-TEMPLATE:1 endDelimiter:--//
--changeset basis-schema:1 endDelimiter:--//
-- ----------------------------------------------------------------------------
/*
*/
CREATE SCHEMA basis;
--//

View File

@ -1,4 +1,6 @@
databaseChangeLog:
- include:
file: db/changelog/0-basis/000-basis-schema.sql
- include:
file: db/changelog/0-basis/001-last-row-count.sql
- include: