You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database engine will be SQLite. Database will hold information about it's version to allow auto update database in future.
Code should contain such auto update mechanism.
Already we will include tables for store:
database version
app version
was it first run flag
settings (which includes folder locations)
list of compilers (which columns to trace their location to cache them)
list of scripts (which columns to trace their location to cache them)
The text was updated successfully, but these errors were encountered:
Scripts, comments and disks should have version id in case of update. They can be changed, so they need option to version them. Also field with comment to distinguish them.
Database engine will be SQLite. Database will hold information about it's version to allow auto update database in future.
Code should contain such auto update mechanism.
Already we will include tables for store:
The text was updated successfully, but these errors were encountered: