Skip to content

Commit

Permalink
update sample sql for schema 2.1.0. Fixes #719 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb authored Nov 13, 2024
1 parent 43cc019 commit e58dca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/001_mapstore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ create table gs_resource (
metadata varchar(30000),
name varchar(255) not null,
category_id int8 not null,
creator varchar(255),
editor varchar(255),
advertised bool not null default true,
primary key (id),
unique (name)
);
Expand Down

0 comments on commit e58dca8

Please sign in to comment.