From 8c5bd98c55bddb7709a958cc272983e61f953af3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 May 2021 00:48:44 +0200 Subject: caesar: Import Julius Caesar. --- tools/sql/data-caesar.txt | 3 +++ views/index.ejs | 1 + 2 files changed, 4 insertions(+) create mode 100644 tools/sql/data-caesar.txt diff --git a/tools/sql/data-caesar.txt b/tools/sql/data-caesar.txt new file mode 100644 index 0000000..1e11df8 --- /dev/null +++ b/tools/sql/data-caesar.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( 'julius-caesar', 'Julius Caesar', 37836 ); +INSERT OR REPLACE INTO roles VALUES ( 'julius-caesar', 'Caesar' ); +INSERT OR REPLACE INTO roles VALUES ( 'julius-caesar', 'Pompeius' ); diff --git a/views/index.ejs b/views/index.ejs index 18a689b..1d545a3 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -14,6 +14,7 @@ Registration and use is free, and there are no ads.
+

-- cgit v1.2.3