index
:
photos-schema.git
main
Unnamed repository; edit this file 'description' to name the repository.
Masaya Tojo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deploy
/
schema.sql
blob: 6ad107414198d527d748e7dde39fc7043a3dbe0b (
about
) (
plain
)
1
2
3
4
5
6
7
--
Deploy
photos
:
schema
to
pg
BEGIN
;
CREATE
SCHEMA
photos
;
COMMIT
;