From 2309ed42a44905214f96a7cbafed444fbf0f714f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 13 Feb 2011 17:38:02 +0100 Subject: import schema modifications --- sql/SQLite/deploy/4/001-auto-__VERSION.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sql/SQLite/deploy/4/001-auto-__VERSION.sql (limited to 'sql/SQLite/deploy/4/001-auto-__VERSION.sql') diff --git a/sql/SQLite/deploy/4/001-auto-__VERSION.sql b/sql/SQLite/deploy/4/001-auto-__VERSION.sql new file mode 100644 index 0000000..ae85c90 --- /dev/null +++ b/sql/SQLite/deploy/4/001-auto-__VERSION.sql @@ -0,0 +1,18 @@ +-- +-- Created by SQL::Translator::Producer::SQLite +-- Created on Sun Feb 13 17:36:49 2011 +-- + +; +BEGIN TRANSACTION; +-- +-- Table: dbix_class_deploymenthandler_versions +-- +CREATE TABLE dbix_class_deploymenthandler_versions ( + id INTEGER PRIMARY KEY NOT NULL, + version varchar(50) NOT NULL, + ddl text, + upgrade_sql text +); +CREATE UNIQUE INDEX dbix_class_deploymenthandler_versions_version ON dbix_class_deploymenthandler_versions (version); +COMMIT \ No newline at end of file -- cgit v1.2.3