diff options
Diffstat (limited to 'vendor/github.com/jackc/pgx/examples/url_shortener/structure.sql')
| -rw-r--r-- | vendor/github.com/jackc/pgx/examples/url_shortener/structure.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/jackc/pgx/examples/url_shortener/structure.sql b/vendor/github.com/jackc/pgx/examples/url_shortener/structure.sql deleted file mode 100644 index 0b9de25..0000000 --- a/vendor/github.com/jackc/pgx/examples/url_shortener/structure.sql +++ /dev/null @@ -1,4 +0,0 @@ -create table shortened_urls ( - id text primary key, - url text not null -);
\ No newline at end of file |
