Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-08-27 15:35:04 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-08-27 15:40:48 +0400
commitf105e9b454abe8dedc241b90b62797851f767257 (patch)
tree4a5ea8158e04c4bfc2dc261be27c6b5c40955dca /db_structure.xml
parent15cdde74d3ee291db1f8b2977dbf0dd498337b74 (diff)
remove oc_log, as it is unused
add length to text columns or newer mysql will produce columns too wide
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml63
1 files changed, 5 insertions, 58 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 7e4c0bd2039..8c96fa7c39c 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="utf-8" ?>
<database>
<name>*dbname*</name>
@@ -33,6 +33,7 @@
<name>configvalue</name>
<type>text</type>
<notnull>true</notnull>
+ <length>255</length>
</field>
@@ -371,63 +372,6 @@
<table>
- <name>*dbprefix*log</name>
-
- <declaration>
-
- <field>
- <name>id</name>
- <type>integer</type>
- <default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <field>
- <name>moment</name>
- <type>timestamp</type>
- <default>CURRENT_TIMESTAMP</default>
- <notnull>true</notnull>
- </field>
-
- <field>
- <name>appid</name>
- <type>text</type>
- <default></default>
- <notnull>true</notnull>
- <length>255</length>
- </field>
-
- <field>
- <name>user</name>
- <type>text</type>
- <default></default>
- <notnull>true</notnull>
- <length>255</length>
- </field>
-
- <field>
- <name>action</name>
- <type>text</type>
- <default></default>
- <notnull>true</notnull>
- <length>255</length>
- </field>
-
- <field>
- <name>info</name>
- <type>text</type>
- <notnull>true</notnull>
- </field>
-
- </declaration>
-
- </table>
-
- <table>
-
<name>*dbprefix*preferences</name>
<declaration>
@@ -460,6 +404,7 @@
<name>configvalue</name>
<type>text</type>
<notnull>true</notnull>
+ <length>255</length>
</field>
</declaration>
@@ -500,6 +445,7 @@
<name>propertyvalue</name>
<type>text</type>
<notnull>true</notnull>
+ <length>255</length>
</field>
</declaration>
@@ -665,6 +611,7 @@
<name>parameters</name>
<type>text</type>
<notnull>true</notnull>
+ <length>255</length>
</field>