diff ikariam.sql @ 118:d7a17dc6dc27

removed unused files and update the sql schema.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Thu, 30 Oct 2008 15:08:20 +0800
parents 839d8ad81cde
children dbefe10550cb
line wrap: on
line diff
--- a/ikariam.sql	Thu Oct 30 12:11:34 2008 +0800
+++ b/ikariam.sql	Thu Oct 30 15:08:20 2008 +0800
@@ -6,7 +6,7 @@
  user INTEGER,
  owner TEXT,
  ally TEXT,
- island INTEGER, "status" CHAR, "time" INTEGER);
+ island INTEGER, "status" CHAR, "time" INTEGER, "allyId" INTEGER);
 CREATE TABLE "island" (
  id BIGINT PRIMARY KEY UNIQUE,
  x INTEGER,