diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/db.sql | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,7 +10,6 @@ CREATE TABLE entries ( -- updated_at TIMESTAMP NOT NULL ); - INSERT INTO entries ( id, title, @@ -30,6 +29,6 @@ VALUES ( 3, 'xxx', - 'yyy' + '**bold**' ); |