aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-02-13 11:57:36 +0100
committerFabrice Bellingard <bellingard@gmail.com>2012-02-13 11:57:36 +0100
commitdd18dd98d62418793400a6a3c223766b91b4c71f (patch)
tree22fe19f300eda2e9d377abec39a21e2cd73ea78b
parentf7b1fce41208829944452f5e064f5198fbf2faa2 (diff)
downloadsonarqube-dd18dd98d62418793400a6a3c223766b91b4c71f.tar.gz
sonarqube-dd18dd98d62418793400a6a3c223766b91b4c71f.zip
SONAR-3258 Fix typo in Derby SQL file
-rw-r--r--sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl b/sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl
index 99696f47e54..327f48e4e7c 100644
--- a/sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl
+++ b/sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl
@@ -396,7 +396,7 @@ CREATE TABLE "USERS" (
"UPDATED_AT" TIMESTAMP,
"REMEMBER_TOKEN" VARCHAR(500),
"REMEMBER_TOKEN_EXPIRES_AT" TIMESTAMP,
- "ACTIVE" BOOLEAN DEFAULT TRUE,
+ "ACTIVE" BOOLEAN DEFAULT TRUE
);
CREATE TABLE "FILTERS" (