cioos-atlantic / atlantic-hurricane-dashboard

1 stars 1 forks source link

Fix gid values in SQL schemas #6

Closed sjbruce closed 1 year ago

sjbruce commented 1 year ago

PostgreSQL creates sequences when using serial data types (auto-incrementing integers), these are not captured when exporting creation script SQL from by pgadmin.

Fix schema definitions to either include sequence or just use serial in definition