gosora/schema/mysql/query_updates.sql

3 lines
62 B
MySQL
Raw Normal View History

CREATE TABLE `updates`(
`dbVersion` int DEFAULT 0 not null
);