[Pkg-owncloud-commits] [php-sabredav] 21/28: one more

David Prévot taffit at moszumanska.debian.org
Sun Mar 13 17:59:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit d839c2a827a202bae4a4e64dc2d6db20d7a2f001
Author: Evert Pot <me at evertpot.com>
Date:   Sat Mar 12 19:12:31 2016 -0500

    one more
---
 examples/sql/sqlite.principals.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/sql/sqlite.principals.sql b/examples/sql/sqlite.principals.sql
index 5337282..4105156 100644
--- a/examples/sql/sqlite.principals.sql
+++ b/examples/sql/sqlite.principals.sql
@@ -7,7 +7,7 @@ CREATE TABLE principals (
 );
 
 CREATE TABLE groupmembers (
-    id INTEGER PRIMARY KEY ASC,
+    id INTEGER PRIMARY KEY ASC NOT NULL,
     principal_id INTEGER NOT NULL,
     member_id INTEGER NOT NULL,
     UNIQUE(principal_id, member_id)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list