summaryrefslogtreecommitdiff
path: root/schist_core/schist_models/migrations
diff options
context:
space:
mode:
Diffstat (limited to 'schist_core/schist_models/migrations')
-rw-r--r--schist_core/schist_models/migrations/2024-08-31-084439_initial_setup/up.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_core/schist_models/migrations/2024-08-31-084439_initial_setup/up.sql b/schist_core/schist_models/migrations/2024-08-31-084439_initial_setup/up.sql
index e645d43..da85b33 100644
--- a/schist_core/schist_models/migrations/2024-08-31-084439_initial_setup/up.sql
+++ b/schist_core/schist_models/migrations/2024-08-31-084439_initial_setup/up.sql
@@ -36,6 +36,7 @@ CREATE TABLE bucket_transactions(
id INTEGER NOT NULL PRIMARY KEY,
amount INTEGER NOT NULL,
bucket_id INTEGER NOT NULL,
+ date TEXT NOT NULL,
description TEXT NOT NULL,
FOREIGN KEY (bucket_id)
REFERENCES buckets (id)