index
:
stash
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
database
/
migrations
/
0004_unread_kind.sql
blob: e583050a510ac536804945accd60261c553643eb (
plain
)
1
2
3
4
5
-- +goose Up
INSERT
INTO
kinds
(
name
,
emoji
)
VALUES
(
"unread"
,
"📚"
);