[DATABASE] Introduce a bool type in schema
PostgreSQL has a clear distinction between integers and booleans, so it makes sense to draw a clear line.
This commit is contained in:
@@ -443,7 +443,7 @@ function initProfileLists()
|
||||
|
||||
$plist->tagger = $ptag->tagger;
|
||||
$plist->tag = $ptag->tag;
|
||||
$plist->private = 0;
|
||||
$plist->private = false;
|
||||
$plist->created = common_sql_now();
|
||||
$plist->modified = $plist->created;
|
||||
$plist->mainpage = common_local_url(
|
||||
|
Reference in New Issue
Block a user