This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/share/ddl/SQLite/upgrade/23-24/001-auto.sql

13 lines
191 B
MySQL
Raw Normal View History

2018-06-12 11:19:23 +00:00
-- Convert schema 'share/ddl/_source/deploy/23/001-auto.yml' to 'share/ddl/_source/deploy/24/001-auto.yml':;
;
BEGIN;
;
ALTER TABLE category ADD COLUMN line_icon varchar(255);
;
COMMIT;