alongubkin / store

Store plugin for SourceMod
http://forums.alliedmods.net/showthread.php?t=207157
GNU General Public License v3.0
24 stars 45 forks source link

Error 1054 #12

Closed Dunkstormen closed 10 years ago

Dunkstormen commented 10 years ago

Error Number: 1054

Unknown column 'flags' in 'field list'

INSERT INTO store_items (name, display_name, description, web_description, type, loadout_slot, price, attrs, is_buyable, is_tradeable, is_refundable, category_id, expiry_time, flags) VALUES ('h', 'h', 'h', 'h', 'trails', 'trails', '1', '{\n \"material\": \"materials/sprites/store/trails/8bitmushroom.vmt\",\n \"lifetime\": 1,\n \"width\": 15,\n \"endwidth\": 6,\n \"fadelength\": 1\n}', '1', '1', '1', '11', NULL, NULL)

Filename: /data/filer-6/web/web1670/htdocs/store-webpanel-master/models/items_model.php

Line Number: 224

ghost commented 10 years ago

Update your store database. https://github.com/alongubkin/store/blob/development/configs/store/sql-init-scripts/1.1.1-alpha%20to%201.2-beta.sql

Dunkstormen commented 10 years ago

Thank you ;)