[Pkg-owncloud-commits] [php-sabredav] 130/275: Fix a typo in PostgreSQL files
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 897dc8defd09f460f47355b85fd6d844319506ed
Author: Jean SIMARD <woshilapin at gmail.com>
Date: Fri Aug 1 18:20:49 2014 +0200
Fix a typo in PostgreSQL files
---
examples/sql/pgsql.propertystorage.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/sql/pgsql.propertystorage.sql b/examples/sql/pgsql.propertystorage.sql
index 8bb62cf..1bfa83d 100644
--- a/examples/sql/pgsql.propertystorage.sql
+++ b/examples/sql/pgsql.propertystorage.sql
@@ -1,4 +1,4 @@
-CREATE TABLE propertystorage
+CREATE TABLE propertystorage (
id SERIAL NOT NULL,
path VARCHAR(1024) NOT NULL,
name VARCHAR(100) NOT NULL,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list