jlelse
/
kis3
Archived
1
Fork 0
This repository has been archived on 2021-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
kis3/migrations/4_Add_OS.sql

4 lines
77 B
MySQL
Raw Normal View History

2019-10-19 10:13:02 +00:00
-- +migrate Up
ALTER TABLE views
ADD COLUMN os TEXT DEFAULT '' NOT NULL;