1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-08 17:02:41 +00:00
Arsse/sql/PostgreSQL/5.sql

8 lines
255 B
MySQL
Raw Normal View History

2019-12-01 20:00:28 +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
update arsse_meta set value = '6' where "key" = 'schema_version';