diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2015-03-29 16:59:35 +0200 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-03-30 16:31:20 +0200 |
| commit | c5cc332bf2a0b3ebfa3ad5d26c5b308de5e505be (patch) | |
| tree | 58e095966c96de38f50a96ab94386db80d9fa78a /docs/ref/contrib/gis/tutorial.txt | |
| parent | dc27f3ee0c3eb9bb17d6cb764788eeaf73a371d7 (diff) | |
Fixed #24550 -- Added migration operation description to sqlmigrate output
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index c93e55ec69..ea78274781 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -286,6 +286,9 @@ This command should produce the following output: .. code-block:: sql BEGIN; + -- + -- Create model WorldBorder + -- CREATE TABLE "world_worldborder" ( "id" serial NOT NULL PRIMARY KEY, "name" varchar(50) NOT NULL, |
