The Nest
Explore
Sign in
zj
nidobyte
migrations
9
Open source Nest implementation
Code
Changes
Tags
Discussions
main
zj
refactor: Don't leak rocket::State into models Previously the State was passed into the models where it had no reason to be. So a minor cleanup has been performed to right this.
on October 26, 2021
20210813185317_users_table.down.sql
db: Move migrations to require up/down migrations When generating migrations, up/down migrations are revertable. Thus better. This change moves the oldest migration to have both, and thus sqlx will require everyone to create up/down migrations.
on September 7, 2021
20210813185317_users_table.up.sql
db: Move migrations to require up/down migrations When generating migrations, up/down migrations are revertable. Thus better. This change moves the oldest migration to have both, and thus sqlx will require everyone to create up/down migrations.
on September 7, 2021
20210907120846_projects_table.down.sql
db: Add interface to add a project Right now a project has a name, and an owner which is hardcoded to 1. This is because basically I'm speedrunning to implement push/pull of Pijul and then revisit to add depth to features and tests. Model code is now split into files properly too.
on September 9, 2021
20210907120846_projects_table.up.sql
pijul: Start of push/pull work This change includes one API endpoint, .pijul. It allows for getting a channels remote ID. A lot of plumbing around repositories is added too, from init to opening pristine and actions like it.
on September 13, 2021
20210910105518_add_uuid_project_repo_path.down.sql
pijul: Start of push/pull work This change includes one API endpoint, .pijul. It allows for getting a channels remote ID. A lot of plumbing around repositories is added too, from init to opening pristine and actions like it.
on September 13, 2021
20210910105518_add_uuid_project_repo_path.up.sql
pijul: Start of push/pull work This change includes one API endpoint, .pijul. It allows for getting a channels remote ID. A lot of plumbing around repositories is added too, from init to opening pristine and actions like it.
on September 13, 2021