index
:
diary-schema.git
main
Sqitch による日記と写真を管理するためのスキーマ定義
Masaya Tojo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deploy
/
schema.sql
blob: 0074317b22eab89020233d9e01510eb833e31d99 (
about
) (
plain
)
1
2
3
4
5
6
7
--
Deploy
diary
:
schema
to
pg
BEGIN
;
CREATE
SCHEMA
diary
;
COMMIT
;