This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/migrations/047-inactive-warning.sql

7 lines
76 B
MySQL
Raw Normal View History

2022-02-12 09:28:56 -08:00
-- Up
ALTER TABLE users ADD COLUMN inactiveWarning INTEGER NULL;
-- Down