aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-08-05 11:48:50 -0400
committerGravatar Peter McGoron 2021-08-05 11:48:50 -0400
commitb55c77d8806d6e8617b87ad4becd79a14e513b70 (patch)
treee08ba15a6ca3f5774e4f72acb8a188edc1a53162 /example
parentredo schema (diff)
modify schema (again)
This bundles the data and filename into the cards table, with a CHECK enforcing that both cannot be set. They are unset when they are NULL. Cards can have both data and filename be NULL, meaning that there is nothing associated with the title. These cards can still be tagged like normal. When inserting a new blob (or filename), the program checks if there is currently a filename (or blob, when you insert a filename) associated with the card. The program will then prompt you if you want to overwrite the blob or filename.
Diffstat (limited to 'example')
-rw-r--r--example/underwriter.dbbin24576 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/example/underwriter.db b/example/underwriter.db
deleted file mode 100644
index 2e270cc..0000000
--- a/example/underwriter.db
+++ /dev/null
Binary files differ