1
0
Fork 0
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:
comraderat 2020-05-17 18:22:36 +02:00
parent 5841c42033
commit 1b3314499d
4 changed files with 4 additions and 4 deletions

View file

@ -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,