1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-25 01:52:40 +00:00
Arsse/sql/MySQL/5.sql

10 lines
320 B
MySQL
Raw Normal View History

2019-09-13 01:19:26 +00:00
-- SPDX-License-Identifier: MIT
-- Copyright 2017 J. King, Dustin Wilson et al.
-- See LICENSE and AUTHORS files for details
-- Please consult the SQLite 3 schemata for commented version
alter table arsse_tokens add column data longtext default null;
update arsse_meta set value = '6' where "key" = 'schema_version';