Activity overview
Latest activity by tclimis
Great! Thanks. I don't know why that update wasn't showing up for me when I did a check for updates last night, but I'm seeing 7.0.49 now, so I'll upgrade and should be good. / comments
Great! Thanks. I don't know why that update wasn't showing up for me when I did a check for updates last night, but I'm seeing 7.0.49 now, so I'll upgrade and should be good.
Manually Edit Script option missing
I'm switching branches to something "older." The following error is due to the lack of an "anti-migration" feature, which takes a change as recorded from a migration script, and undoes it. In the...
git Best Practices?
Migration scripts seem to only work if a database is only moving forward. So let me lay out a standard practice I have, and you can see where this breaks down totally and completely.
In my git rep...
I figured out the answers to my questions after the developers told me what I wanted couldn't be done.
The commands in the xml file (git.xml, mercurial.xml, etc.) need to run via cmd (not, say powershell). They are called with the repository as the active working directory.
$ScriptsFolder is the absolute path to the repository (C:myProject)
$Files is the list of files relative to $ScriptsFolder (Tablesdbo.table.sql, etc.)
$MessageFile is the absolute path to the commit message temp file
I don't know if anyone else will find a use for this knowledge, but it took me long enough to sort out, that I figured I should post it. / comments
I figured out the answers to my questions after the developers told me what I wanted couldn't be done.
The commands in the xml file (git.xml, mercurial.xml, etc.) need to run via cmd (not, say powe...