Added table and general functions for stats system #21
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
Loading…
Add table
Reference in a new issue