Installation
Install script and then SQL
CREATE TABLE IF NOT EXISTS ugnotify_settings (
identifier VARCHAR(50) PRIMARY KEY,
position VARCHAR(20) DEFAULT 'top-right'
);Last updated
Install script and then SQL
CREATE TABLE IF NOT EXISTS ugnotify_settings (
identifier VARCHAR(50) PRIMARY KEY,
position VARCHAR(20) DEFAULT 'top-right'
);Last updated