aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-29 07:25:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-29 07:25:18 +0000
commit054859412a5cd7cf85b8750f9663c829231949fb (patch)
treec3981527069d219e82a78decd21f5e41ba9e4139 /data
parent3767aaebd67e6ec3179cfd4df88616e1385ec5c2 (diff)
downloadellinika-054859412a5cd7cf85b8750f9663c829231949fb.tar.gz
ellinika-054859412a5cd7cf85b8750f9663c829231949fb.tar.bz2
Minor doc fix
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@341 941c8c0f-9102-463b-b60b-cd22ce0e6858
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.