Revert change in 0_initial.sql

This commit is contained in:
EmosewaMC 2022-01-09 00:09:27 -08:00
parent b529b7d3a0
commit 01230e2575

View File

@ -15,7 +15,7 @@ DROP TABLE IF EXISTS charinfo;
CREATE TABLE charinfo (
id BIGINT NOT NULL PRIMARY KEY,
account_id INT NOT NULL REFERENCES accounts(id),
name VARCHAR(35) NOT NULL UNIQUE,
name VARCHAR(35) NOT NULL,
pending_name VARCHAR(35) NOT NULL,
needs_rename BOOLEAN NOT NULL DEFAULT FALSE,
prop_clone_id BIGINT UNSIGNED AUTO_INCREMENT UNIQUE,