[CS-XMLDatastore-commits] SF.net SVN: cs-xmldatastore:[8] trunk/0.1/setup/schema.pgsql.sql
Status: Alpha
Brought to you by:
crazedsanity
|
From: <cs-...@li...> - 2009-09-10 17:38:27
|
Revision: 8
http://cs-xmldatastore.svn.sourceforge.net/cs-xmldatastore/?rev=8&view=rev
Author: crazedsanity
Date: 2009-09-10 17:38:16 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
Refer to the auth_token table (built by cs-webapplibs for cs_authToken{}).
Modified Paths:
--------------
trunk/0.1/setup/schema.pgsql.sql
Modified: trunk/0.1/setup/schema.pgsql.sql
===================================================================
--- trunk/0.1/setup/schema.pgsql.sql 2009-09-10 17:36:03 UTC (rev 7)
+++ trunk/0.1/setup/schema.pgsql.sql 2009-09-10 17:38:16 UTC (rev 8)
@@ -4,7 +4,7 @@
--
CREATE TABLE csxd_api_table (
api_id serial NOT NULL PRIMARY KEY,
- api_key varchar(40) NOT NULL UNIQUE,
+ auth_token_id int NOT NULL REFERENCES cswal_auth_token_table(auth_token_id),
is_active bool NOT NULL DEFAULT TRUE
);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|