aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/db.struct4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/db.struct b/data/db.struct
index dbbdfa4..6d5cdd6 100644
--- a/data/db.struct
+++ b/data/db.struct
@@ -67,7 +67,7 @@ INSERT INTO pos VALUES(conv("2000000",16,10), "σύνδεσμος", "σύν
CREATE TABLE dict(
ident int(32), # REL 1,3,4
- word varchar(128), # REL 4
+ word varchar(128), # REL 6
sound varchar(128),
pos int(4), # REL 0
forms blob,
@@ -129,7 +129,7 @@ CREATE TABLE stat(
CREATE TABLE pending_links(
type enum('CLOSED','XREF','ANT') not null,
originator int(32) not null, # REL 3
- word varchar(128) # REL 4
+ word varchar(128) # REL 6
);
CREATE TABLE news(

Return to:

Send suggestions and report system problems to the System administrator.