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/3_Add_Bot.sql

4 lines
80 B
SQL

-- +migrate Up
ALTER TABLE views
ADD COLUMN bot INTEGER DEFAULT 0 NOT NULL;