index
:
diary-schema.git
main
Sqitch による日記と写真を管理するためのスキーマ定義
Masaya Tojo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deploy
Age
Commit message (
Expand
)
Author
2024-03-28
Add source column for saving org subtree.
HEAD
main
Masaya Tojo
2024-03-17
Use uppercase for the type name.
Masaya Tojo
2024-03-17
Use VARCHAR type for short string column.
Masaya Tojo
2024-03-17
Rename column name from `id` to `<name>_id`.
Masaya Tojo
2024-03-16
Remove unnecessary empty line.
Masaya Tojo
2024-03-16
Add table to link articles.
Masaya Tojo
2024-03-16
Add table for tagging articles.
Masaya Tojo
2024-03-16
Make primary key type of tags table int.
Masaya Tojo
2024-03-13
Remove comments.
Masaya Tojo
2024-03-13
Remove updated_at and created_at columns
Masaya Tojo
2024-03-13
Remove update_updated_at functions.
Masaya Tojo
2024-03-12
Rename article_tags to tags.
Masaya Tojo
2024-03-11
Add update_updated_at trigger to article_tags table.
Masaya Tojo
2024-03-11
Add table manage diary article tags.
Masaya Tojo
2024-03-11
Add update_updated_at trigger to articles table.
Masaya Tojo
2024-03-11
Add table manage diary articles.
Masaya Tojo
2024-03-10
Add function to update `updated_at` column.
Masaya Tojo
2024-03-10
Add schema for diary objects.
Masaya Tojo