Open allejo opened 6 years ago
@todo
comment in b0f41c2fe754de92108dc047752d471439264932 in #186. cc @allejo.@todo
comment in 456aeefb18ae864471404068977344d18cb80243 in #186. cc @allejo.@todo
comment in 456aeefb18ae864471404068977344d18cb80243 in #186. cc @allejo.@todo
comment in 456aeefb18ae864471404068977344d18cb80243 in #186. cc @allejo.As a note to myself, the Seasons page is utterly broken after Player model changes. This page also needs to be ported to the new QueryBuilder. Fixed in d487e6c
~~Shame on me for deciding to sneak in such a huge change to BZiON's core in a planned point release... 😅 BUT Deeeeeeeeploy Jenkins!~~
This PR has been reassigned to a 0.11.0 release
This PR is dedicated to the restructuring of model statuses in the database and introducing a new query builder, powered by Pixie.
QueryBuilderFlex
.status
columns for models has been deprecated.is_deleted
,is_draft
,is_public
). By making this switch, it'll also allow us to support more databases in the future since theSET
column type is not part of the SQL standard.Progress
Model migration to new QueryBuilder and new status convention.
Closes #163