account statement stuff
This commit is contained in:
@ -5,7 +5,7 @@ CREATE TABLE account_entry_reference_t (
|
||||
);
|
||||
|
||||
|
||||
CREATE OR REPLACE VIEW joined_account_entry_t AS
|
||||
CREATE OR REPLACE VIEW joined_account_entry_v AS
|
||||
SELECT ae.id as id,
|
||||
ae.description as description,
|
||||
ae.account as account,
|
||||
|
Reference in New Issue
Block a user