diff options
Diffstat (limited to 'server/pracro.psql')
-rw-r--r-- | server/pracro.psql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pracro.psql b/server/pracro.psql index 97c02a0..c7d0785 100644 --- a/server/pracro.psql +++ b/server/pracro.psql @@ -46,6 +46,7 @@ ALTER TABLE public.fields OWNER TO pracro; CREATE TABLE transactions ( patientid text, + transaction text, macro text, version text, "timestamp" bigint, |