-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip(models): Removed id fields from models.
``simulatus apply`` and ``simulatus initialize`` work. Moving to uuids only since using autoincrement primary keys can result in race conditions. Removed ``uuid_*`` properties on ORM classes that had to populate it from ids. Crude updates of queries. Moved simulatus assets from ``./tests/assets`` to ``./src/simulatus/assets`` and added necessary path methods.
- Loading branch information
1 parent
4bf2acb
commit eb6c7be
Showing
11 changed files
with
148 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.