mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-04 03:56:24 -07:00
Change uri to varchar
This commit is contained in:
parent
5841c42033
commit
1b3314499d
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ CREATE TABLE DBPREFIXsections(
|
|||
CREATE TABLE DBPREFIXboards(
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
section_id BIGINT NOT NULL,
|
||||
uri TEXT NOT NULL,
|
||||
uri VARCHAR(45) NOT NULL,
|
||||
dir VARCHAR(45) NOT NULL,
|
||||
navbar_position SMALLINT NOT NULL,
|
||||
title VARCHAR(45) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue