diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index dd1840e0..87ab345c 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -554,6 +554,7 @@ CREATE TABLE wires ( amount float8 NOT NULL, currency currency NOT NULL, trade_date date NOT NULL, + author author default 'manual', CONSTRAINT wires_pkey PRIMARY KEY (id), ); @@ -3895,3 +3896,5 @@ ON trs FOR EACH ROW EXECUTE PROCEDURE update_account('ISDA'); + +CREATE TYPE author AS ENUM ('auto', 'manual');
\ No newline at end of file |
