cioos-atlantic / atlantic-hurricane-dashboard

1 stars 1 forks source link

changed gid to serial instead of integer #9

Closed sjbruce closed 1 year ago

sjbruce commented 1 year ago

Fixes issues with the create script dump from pgadmin that substituted the serial data type for an integer with a matching sequence. Since PostgreSQL will create the appropriate sequence and remove it when the table is dropped we can simply the table schema to simply use serial instead.