ariga / atlas-provider-gorm

GORM Provider for https://atlasgo.io
Apache License 2.0
53 stars 13 forks source link

postgres: Need ability to specify extensions #10

Closed moredure closed 3 months ago

moredure commented 1 year ago

So atlas migrate diff will not drop them in case specified by handwritten migration file.

luantranminh commented 3 months ago

@moredure We have to maintain the integrity of data; hence, the migration file should always be kept tracked. In case you want to do something manually, it may require an additional step to re-compute the hash with the command:

atlas migrate hash

We have documentation on it, and you can explore it here