Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions legi/sql/schema.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

CREATE TABLE db_meta
( key text primary key
( key varchar(512) primary key
, value blob
);

Expand Down Expand Up @@ -28,7 +28,7 @@ CREATE TABLE textes_versions
, nature text
, titre text
, titrefull text
, titrefull_s text
, titrefull_s varchar(512)
, etat text
, date_debut day
, date_fin day
Expand Down