Commit 6a339cbff5ba2e786b93309ce8ccfb82f8a3fbe3

Authored by mukhtar
1 parent 58e64180

no message


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@618 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/tables.sql
... ... @@ -174,7 +174,7 @@ name CHAR(255)
174 174  
175 175 CREATE TABLE sitemap (
176 176 id INTEGER NOT NULL UNIQUE AUTO_INCREMENT,
177   -action CHAR(30),
  177 +action CHAR(50),
178 178 page CHAR(255),
179 179 section_id INTEGER,
180 180 access_id INTEGER,
... ...