Coder Social home page Coder Social logo

Comments (3)

amacneil avatar amacneil commented on July 16, 2024

I don't quite follow what the issue is. If timestamps were embedded in the files instead of a filename prefix, there would still be potential for them to be incorrect (or duplicates) if you copy a file and don't change the timestamp. Having them in the filename is nice because it means that migration files are listed in the order that they should be applied.

from dbmate.

cpwais avatar cpwais commented on July 16, 2024

One of my use cases is being able to create a migration file w/out having dbmate installed.

from dbmate.

amacneil avatar amacneil commented on July 16, 2024

Sorry, I still don't follow. You can easily create a new migration file without having dbmate installed. As far as naming convention goes, it's just version_description.sql, where version is in YYYYMMDDHHmmSS format, so you can generate names following that convention from any script etc.

The version number technically doesn't even need to be a timestamp, so you could just as easily choose to name your migrations 1_foo.sql, 2_bar.sql etc (keep in mind they will always be applied in alphabetic order, so you probably don't want to mix integers and timestamps). The only reason we use a timestamp by default is that it avoids conflicting version numbers being generated by multiple developers working on different branches of the same project.

from dbmate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.