luckybooru/db/migrations
Les De Ridder aab65e17b3 Initial commit
There's still a whole bunch of untouched default Lucky files, and the
database migrations and models are not complete yet.

So far the following models and migrations should match the current
schema:

* User
* Role
* Post
* TagNamespace
* Tag
* PostTag
2020-03-07 05:39:00 +01:00
..
.keep Initial commit 2020-03-07 05:39:00 +01:00
00000000000001_create_users.cr Initial commit 2020-03-07 05:39:00 +01:00
00000000000002_create_roles.cr Initial commit 2020-03-07 05:39:00 +01:00
00000000000003_create_posts.cr Initial commit 2020-03-07 05:39:00 +01:00
00000000000004_create_tag_namespaces.cr Initial commit 2020-03-07 05:39:00 +01:00
00000000000005_create_tags.cr Initial commit 2020-03-07 05:39:00 +01:00
00000000000006_create_post_tags.cr Initial commit 2020-03-07 05:39:00 +01:00