okay this is it LOL
This commit is contained in:
parent
016690f1fb
commit
c3362bda0e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
$query = "
|
||||
UPDATE TABLE data
|
||||
SET isprivread = False
|
||||
WHERE ispublic = False;
|
||||
WHERE ispublic IS FALSE;
|
||||
";
|
||||
|
||||
pg_query($db, $query);
|
||||
|
|
Loading…
Add table
Reference in a new issue