luckybooru/src/models
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
..
mixins Initial commit 2020-03-07 05:39:00 +01:00
base_model.cr Initial commit 2020-03-07 05:39:00 +01:00
post.cr Initial commit 2020-03-07 05:39:00 +01:00
post_tag.cr Initial commit 2020-03-07 05:39:00 +01:00
role.cr Initial commit 2020-03-07 05:39:00 +01:00
tag.cr Initial commit 2020-03-07 05:39:00 +01:00
tag_namespace.cr Initial commit 2020-03-07 05:39:00 +01:00
user.cr Initial commit 2020-03-07 05:39:00 +01:00
user_token.cr Initial commit 2020-03-07 05:39:00 +01:00