From 64aa248cdb1f7ac712a7860199bc5a08e45df47d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 27 Nov 2008 06:12:38 -0500
Subject: [PATCH] - ja_JP update

---
 SQL/mysql5.initial.sql |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SQL/mysql5.initial.sql b/SQL/mysql5.initial.sql
index b162e4d..8c6b1e0 100644
--- a/SQL/mysql5.initial.sql
+++ b/SQL/mysql5.initial.sql
@@ -28,7 +28,7 @@
  `alias` varchar(128) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_login` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
- `language` varchar(5) NOT NULL DEFAULT 'en',
+ `language` varchar(5),
  `preferences` text,
  PRIMARY KEY(`user_id`),
  INDEX `username_index` (`username`),
@@ -73,6 +73,7 @@
  `data` longtext NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY(`cache_id`),
+ INDEX `created_index` (`created`),
  INDEX `user_cache_index` (`user_id`,`cache_key`),
  CONSTRAINT `user_id_fk_cache` FOREIGN KEY (`user_id`)
    REFERENCES `users`(`user_id`)

--
Gitblit v1.9.1