source:
0-init.sql
| Last change on this file was 1, checked in by David Owen <david.owen@…>, 15 years ago | |
|---|---|
| File size: 153 bytes | |
| Line | |
|---|---|
| 1 | CREATE TABLE db_schema ( |
| 2 | version integer NOT NULL |
| 3 | ); |
| 4 | |
| 5 | CREATE UNIQUE INDEX db_schema_unique ON db_schema ((true)); |
| 6 | |
| 7 | INSERT INTO db_schema VALUES (0); |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/pg-migrate/chrome/site/your_project_logo.png)