Can we do away with the schema.json file? #49
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This file is used to create an initial database, but it can pretty much be recreated at an point from the migration files. Without it, we might be better able to handle source merging. This would be because we may be able to replay individual merges out of order. I'd like to write some code that builds the schema file from migration files instead of reading it from disc. Then play around and see if we can get replays to replay migration scripts out of order.
changed title from Can we do away with the schema.json file to Can we do away with the schema.json file{+?+}
created merge request !21 to address this issue
mentioned in merge request !21
closed via merge request !21
mentioned in commit
ba21fcf32e
Done! The schema file is no longer used! In fact we now only use the migration files to build the schema internally without the need for a schema file.