This commit is contained in:
w 2025-06-25 00:59:39 -03:00
parent ad17d33660
commit 23ffd55b7b

View file

@ -16,11 +16,11 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/. along with this program. If not, see https://www.gnu.org/licenses/.
*/ */
ALTER TABLE card ALTER TABLE cards
ADD COLUMN power INTEGER NOT NULL DEFAULT 0; ADD COLUMN power INTEGER NOT NULL DEFAULT 0;
ALTER TABLE card ALTER TABLE cards
ADD COLUMN charm INTEGER NOT NULL DEFAULT 0; ADD COLUMN charm INTEGER NOT NULL DEFAULT 0;
ALTER TABLE card ALTER TABLE cards
ADD COLUMN wit INTEGER NOT NULL DEFAULT 0; ADD COLUMN wit INTEGER NOT NULL DEFAULT 0;