mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
OK, smallint it is then
This commit is contained in:
parent
a838444a70
commit
929b34963d
@ -13,4 +13,4 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ALTER TABLE groups ADD COLUMN is_joinable BOOL DEFAULT 0 NOT NULL;
|
ALTER TABLE groups ADD COLUMN is_joinable SMALLINT DEFAULT 0 NOT NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user