Grr. Copy the definition from is_admin

pull/3045/head
David Baker 2018-03-28 14:50:30 +01:00
parent 32260baa41
commit a838444a70
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
* limitations under the License. * limitations under the License.
*/ */
ALTER TABLE groups ADD COLUMN is_joinable BOOLEAN NOT NULL DEFAULT (CAST(0 AS BOOLEAN)); ALTER TABLE groups ADD COLUMN is_joinable BOOL DEFAULT 0 NOT NULL;