"ALTER TABLE account_events DROP COLUMN delivered_count;"
"ALTER TABLE account_events DROP COLUMN delivered_count;"
});
});
dbUpdates.add(newString[]{
dbUpdates.add(newString[]{
"ALTER TABLE users ADD COLUMN locale TEXT DEFAULT NULL;"
"ALTER TABLE users ADD COLUMN locale TEXT DEFAULT NULL;"
});
});
dbUpdates.add(newString[]{
"CREATE TABLE user_allergies (id SERIAL NOT NULL, created TIMESTAMPTZ, meta json, notes TEXT, selected BOOLEAN NOT NULL, severity TEXT, allergy_id serial, user_id serial, PRIMARY KEY (id))",
"CREATE TABLE allergies (id SERIAL NOT NULL, allergy_type TEXT NOT NULL, description jsonb, meta json, name jsonb, PRIMARY KEY (id))",
<p:selectOneMenustyle="width: 200px;"disabled="#{!cc.attrs.creating and !userView.canSave}"id="shirtSize"value="#{userView.selectedUser.user.shirtSize}"rendered="#{userView.shirtEnabled}">
<p:selectOneMenustyle="width: 200px;"disabled="#{!cc.attrs.creating and !userView.canSave}"id="shirtSize"value="#{userView.selectedUser.user.shirtSize}"rendered="#{userView.shirtEnabled}">
<p:commandButtonrendered="#{cc.attrs.creating or userView.canSave}"id="commitbtn"action="#{cc.attrs.commitaction}"ajax="false"value="#{cc.attrs.commitvalue}"onerror="location.reload(true);"/>
<p:commandButtonrendered="#{cc.attrs.creating or userView.canSave}"id="commitbtn"action="#{cc.attrs.commitaction}"ajax="false"value="#{cc.attrs.commitvalue}"onerror="location.reload(true);"/>