diff --git a/migrations/0006_card_stats.sql b/migrations/0006_card_stats.sql index 66e2d9b..780cd75 100644 --- a/migrations/0006_card_stats.sql +++ b/migrations/0006_card_stats.sql @@ -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/. */ -ALTER TABLE card +ALTER TABLE cards ADD COLUMN power INTEGER NOT NULL DEFAULT 0; -ALTER TABLE card +ALTER TABLE cards ADD COLUMN charm INTEGER NOT NULL DEFAULT 0; -ALTER TABLE card +ALTER TABLE cards ADD COLUMN wit INTEGER NOT NULL DEFAULT 0; \ No newline at end of file