Mercurial
Mercurial
>
pydbkit
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
tests/tests.sql
author
Radek Brich <radek.brich@devl.cz>
Wed, 26 Sep 2012 16:43:53 +0200
changeset 45
6d8e4ee4bdd2
parent 21
26209e9984b2
permissions
-rw-r--r--
Fix.
CREATE TABLE test
(
id serial NOT NULL,
name varchar,
PRIMARY KEY (id)
);