about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-07-19 12:14:56 +0200
committeruser@node5.net <user@node5.net>2025-07-19 12:14:56 +0200
commit0e692b0306594697557a9917f8e41c70c16cd5f6 (patch)
tree7d744525ced5bc2798beccb27adb217fccbe1684 /Makefile
parentd82877b9424f2543bcb85b5f472005caf782dad1 (diff)
Migrate from Postgres to SQLite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc9f677..7e7ebc0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
 .PHONY: debug_server remove_meta_data
 
+initiate_db:
+	cat create_db.sql | sqlite3 blog.node5.net.db
+
 blog.node5.net/static/pygmentize_code_highlight.css:
 	pygmentize -S fruity -f html -a .codehilite > output/pygmentize_code_highlight.css
 debug_server: