Does dotnet-fm not output the same initial comment that migrate.exe used to in the output sql fileDoes fluentmigrator work with SQL Server 2012?Can FluentMigrator output one SQL file per migration?FluentMigrator sql output - no transactionsGetting output of Migrate.exe in Batch fileDoes FluentMigrator work with SQL Server 2014
Why do we need explainable AI?
Is it good practice to speed up and slow down where not written in a song?
Why is it hard for a neural network to learn the identity function?
Fishing from underwater domes
How to use a tikzpicture as a node shape
Using font to highlight a god's speech in dialogue
Could these polynomials be identified?
The Justice Thought & System & its Morals?
Why did the VIC-II and SID use 6 µm technology in the era of 3 µm and 1.5 µm?
How does Query decide the order in which the functions are applied?
Datasets of Large Molecules
How were US credit cards verified in-store in the 1980's?
Given a specific computer system, is it possible to estimate the actual precise run time of a piece of Assembly code
Different past tense for various *et words
Cheap oscilloscope showing 16 MHz square wave
Can my UK debt be collected because I have to return to US?
What is the maximal acceptable delay between pilot's input and flight control surface actuation?
Displaying Time in HH:MM Format
What is causing gaps in logs?
If the government illegally doesn't ask for article 50 extension, can parliament do it instead?
Tasha's Hideous Laughter used on a deaf person?
Get rows that exist exactly once per day for a given period
How do I get my neighbour to stop disturbing with loud music?
Can users with the same $HOME have separate bash histories?
Does dotnet-fm not output the same initial comment that migrate.exe used to in the output sql file
Does fluentmigrator work with SQL Server 2012?Can FluentMigrator output one SQL file per migration?FluentMigrator sql output - no transactionsGetting output of Migrate.exe in Batch fileDoes FluentMigrator work with SQL Server 2014
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
The migrate.exe tool we used to use for Fluent migrations output a comment at the top of the file that doesn't seem to be output using the dotnet-fm migration runner. Our DBA is wanting this to remain in future migrations. Is there a way to replicate this comment in dotnet-fm or has this just been removed?
I've tried setting verbose, preview etc... but it doesn't add the comment. I've looked through this list https://fluentmigrator.github.io/articles/runners/dotnet-fm.html to see if an option existed but I can't find one.
I've googled this but can't find it listed anywhere under deprecated features or even discussed.
The comment looks like this:/* Using Database Postgres and Connection String Server=myserver;Port=5432;Database=myDb;User Id=user;Password=********; */
fluent-migrator
add a comment |
The migrate.exe tool we used to use for Fluent migrations output a comment at the top of the file that doesn't seem to be output using the dotnet-fm migration runner. Our DBA is wanting this to remain in future migrations. Is there a way to replicate this comment in dotnet-fm or has this just been removed?
I've tried setting verbose, preview etc... but it doesn't add the comment. I've looked through this list https://fluentmigrator.github.io/articles/runners/dotnet-fm.html to see if an option existed but I can't find one.
I've googled this but can't find it listed anywhere under deprecated features or even discussed.
The comment looks like this:/* Using Database Postgres and Connection String Server=myserver;Port=5432;Database=myDb;User Id=user;Password=********; */
fluent-migrator
add a comment |
The migrate.exe tool we used to use for Fluent migrations output a comment at the top of the file that doesn't seem to be output using the dotnet-fm migration runner. Our DBA is wanting this to remain in future migrations. Is there a way to replicate this comment in dotnet-fm or has this just been removed?
I've tried setting verbose, preview etc... but it doesn't add the comment. I've looked through this list https://fluentmigrator.github.io/articles/runners/dotnet-fm.html to see if an option existed but I can't find one.
I've googled this but can't find it listed anywhere under deprecated features or even discussed.
The comment looks like this:/* Using Database Postgres and Connection String Server=myserver;Port=5432;Database=myDb;User Id=user;Password=********; */
fluent-migrator
The migrate.exe tool we used to use for Fluent migrations output a comment at the top of the file that doesn't seem to be output using the dotnet-fm migration runner. Our DBA is wanting this to remain in future migrations. Is there a way to replicate this comment in dotnet-fm or has this just been removed?
I've tried setting verbose, preview etc... but it doesn't add the comment. I've looked through this list https://fluentmigrator.github.io/articles/runners/dotnet-fm.html to see if an option existed but I can't find one.
I've googled this but can't find it listed anywhere under deprecated features or even discussed.
The comment looks like this:/* Using Database Postgres and Connection String Server=myserver;Port=5432;Database=myDb;User Id=user;Password=********; */
fluent-migrator
fluent-migrator
asked Mar 28 at 1:05
berniefitzberniefitz
3433 gold badges10 silver badges22 bronze badges
3433 gold badges10 silver badges22 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388714%2fdoes-dotnet-fm-not-output-the-same-initial-comment-that-migrate-exe-used-to-in-t%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388714%2fdoes-dotnet-fm-not-output-the-same-initial-comment-that-migrate-exe-used-to-in-t%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown