move auto generate documentation to documentation/api folder

start to create a new file for insertion in database
add locale column to lang table
This commit is contained in:
Manuel Raynaud
2013-02-11 10:59:31 +01:00
parent 4af7d1c6ce
commit ccee45c48a
1425 changed files with 266 additions and 152 deletions

View File

@@ -404,6 +404,7 @@
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
<column name="title" size="100" type="VARCHAR" />
<column name="code" size="10" type="VARCHAR" />
<column name="locale" size="45" type="VARCHAR" />
<column name="url" size="255" type="VARCHAR" />
<column name="by_default" type="TINYINT" />
<behavior name="timestampable" />