summaryrefslogtreecommitdiff
path: root/DB/Sprache.sql
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
commit75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (patch)
tree6a4d3d35019cdf933c1816e8522dc5d2557f5238 /DB/Sprache.sql
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
Diffstat (limited to 'DB/Sprache.sql')
-rw-r--r--[-rwxr-xr-x]DB/Sprache.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/DB/Sprache.sql b/DB/Sprache.sql
index 76597b71..52434198 100755..100644
--- a/DB/Sprache.sql
+++ b/DB/Sprache.sql
@@ -22,7 +22,7 @@ CREATE TABLE `Sprache` (
`Sprache` char(2) NOT NULL default 'DE',
`Text` text NOT NULL,
KEY `TextID` (`TextID`,`Sprache`)
-) TYPE=MyISAM;
+) ENGINE=MyISAM;
--
-- Daten für Tabelle `Sprache`