diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-16 17:56:37 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-16 17:56:37 -0500 |
commit | 4fd4180d1c491672257c034bd8e4db79d69ebe2c (patch) | |
tree | 104f1d872a3d47296c2a9c51690e054e5f15a9bd /models | |
parent | 2044d1ab3617c951368b8c13c6f2d324d16267cc (diff) |
Add utility shell-scripts
Diffstat (limited to 'models')
-rw-r--r-- | models/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/base.php b/models/base.php index 85a8f252..8259bc6f 100644 --- a/models/base.php +++ b/models/base.php @@ -16,6 +16,7 @@ require __DIR__.'/schema.php'; abstract class Base { + const APP_VERSION = 'master'; const DB_VERSION = 1; const DB_FILENAME = 'data/db.sqlite'; |