preparations
Build and push / Pulling repo on server (push) Successful in 6s Details
/ update_database (push) Failing after 14m28s Details

This commit is contained in:
Christian Haschek 2023-12-26 21:31:53 +01:00
parent 8543ebac7f
commit c44f035dcd
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
web/version.txt
web/version.txt
database.sqlite3

View File

@ -17,7 +17,7 @@ class User extends Model {
'dogs' => ['type'=> 'array','default'=>[]],
'tournaments' =>['type'=> 'array','default'=>[]],
'photo' => ['type'=>'text','default'=>'https://pictshare.net/pj7vzx.jpg'],
'theme' => ['type'=>'text','default'=>'light'], //light/dark
'theme' => ['type'=>'text','default'=>'light'], //light/dark
'active' => ['type'=>'int','default'=>0]
);
protected $hidden = ['password','token'];