Skip to content

Commit bf2f2b2

Browse files
1 parent cc3492d commit bf2f2b2

118 files changed

Lines changed: 266 additions & 266 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<link rel="preload stylesheet" href="/assets/style.Cs1QHm9W.css" as="style">
1010
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
1111

12-
<script type="module" src="/assets/app.C3Xh3mvL.js"></script>
12+
<script type="module" src="/assets/app.CTmM2-rF.js"></script>
1313
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
1414
<link rel="icon" href="logo-favicon.svg">
1515
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
1616
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
1717
</head>
1818
<body>
1919
<div id="app"></div>
20-
<script>window.__VP_HASH_MAP__=JSON.parse("{\"advanced_analyzers.md\":\"B3N2dG5g\",\"advanced_best-practices.md\":\"Cj1arFMY\",\"advanced_conditional-logic.md\":\"DS0JnG1i\",\"advanced_custom-extensions.md\":\"DiNSouo3\",\"advanced_versioning.md\":\"mElIkhi8\",\"basics_columns.md\":\"DE3x4T6U\",\"basics_constraints.md\":\"BB-OBUOm\",\"basics_foreign-keys.md\":\"C26hpR1e\",\"basics_indexes.md\":\"CjNzYB-e\",\"basics_raw-sql.md\":\"BWToqAyq\",\"index.md\":\"CxEx3GTs\",\"intro_configuration.md\":\"BViyOAb4\",\"intro_faq.md\":\"D1VK-ul0\",\"intro_installation.md\":\"C3gqfsGX\",\"intro_quick-start.md\":\"4DK0_5M6\",\"migration-types_auto-reversing.md\":\"QkRPNNIg\",\"migration-types_maintenance.md\":\"B50mvxCi\",\"migration-types_profiles.md\":\"RzCzXOzj\",\"migration-types_tags.md\":\"CrR-70Y5\",\"operations_alter-tables.md\":\"C6ndyW3V\",\"operations_columns.md\":\"DBdFD2cV\",\"operations_create-tables.md\":\"CiuQSOCX\",\"operations_data.md\":\"CdMsr5-2\",\"operations_execute-sql.md\":\"ZAhqqnPo\",\"operations_schema.md\":\"CmNbf3qK\",\"operations_with-connection.md\":\"Bg-ONWhO\",\"providers_mysql.md\":\"B2NMRfm2\",\"providers_oracle.md\":\"BgNzAkZI\",\"providers_others.md\":\"DVt8kUtA\",\"providers_postgresql.md\":\"DAc39FBk\",\"providers_sql-server.md\":\"5XPB263p\",\"providers_sqlite.md\":\"CK-cfPcy\",\"readme.md\":\"CEoroeCT\",\"runners_console.md\":\"AWjRR4B2\",\"runners_dotnet-fm.md\":\"CWveDZF6\",\"runners_in-process.md\":\"CUUXqhtS\",\"runners_index.md\":\"DgHPt_Ki\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"FluentMigrator\",\"description\":\"A .NET migration framework for database schema management\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"outline\":2,\"logo\":{\"dark\":\"/logo-white.svg\",\"light\":\"/logo.svg\"},\"externalLinkIcon\":true,\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Documentation\",\"link\":\"/intro/quick-start\"},{\"text\":\"Release notes\",\"link\":\"https://github.com/fluentmigrator/fluentmigrator/releases\"},{\"text\":\"GitHub\",\"link\":\"https://github.com/fluentmigrator/fluentmigrator\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"items\":[{\"text\":\"Quick Start\",\"link\":\"/intro/quick-start\"},{\"text\":\"Installation\",\"link\":\"/intro/installation\"},{\"text\":\"Configuration\",\"link\":\"/intro/configuration\"},{\"text\":\"FAQ\",\"link\":\"/intro/faq\"}]},{\"text\":\"Operations\",\"items\":[{\"text\":\"Creating Tables\",\"link\":\"/operations/create-tables\"},{\"text\":\"Altering Tables\",\"link\":\"/operations/alter-tables\"},{\"text\":\"Managing Columns\",\"link\":\"/operations/columns\"},{\"text\":\"Data Operations\",\"link\":\"/operations/data\"},{\"text\":\"Schema Operations\",\"link\":\"/operations/schema\"},{\"text\":\"Execute SQL\",\"link\":\"/operations/execute-sql\"},{\"text\":\"Run code on connection\",\"link\":\"/operations/with-connection\"}]},{\"text\":\"Basics\",\"items\":[{\"text\":\"Columns\",\"link\":\"/basics/columns\"},{\"text\":\"Indexes\",\"link\":\"/basics/indexes\"},{\"text\":\"Constraints\",\"link\":\"/basics/constraints\"},{\"text\":\"Foreign Keys\",\"link\":\"/basics/foreign-keys\"},{\"text\":\"Raw SQL Helper\",\"link\":\"/basics/raw-sql\"}]},{\"text\":\"Migration Runners\",\"items\":[{\"text\":\"Choosing a runner\",\"link\":\"/runners/index\"},{\"text\":\"In-Process Runner\",\"link\":\"/runners/in-process\"},{\"text\":\"Console Tool (Migrate.exe)\",\"link\":\"/runners/console\"},{\"text\":\"dotnet-fm CLI\",\"link\":\"/runners/dotnet-fm\"}]},{\"text\":\"Database Providers\",\"items\":[{\"text\":\"SQL Server\",\"link\":\"/providers/sql-server\"},{\"text\":\"PostgreSQL\",\"link\":\"/providers/postgresql\"},{\"text\":\"MySQL\",\"link\":\"/providers/mysql\"},{\"text\":\"SQLite\",\"link\":\"/providers/sqlite\"},{\"text\":\"Oracle\",\"link\":\"/providers/oracle\"},{\"text\":\"Other Providers\",\"link\":\"/providers/others\"}]},{\"text\":\"Migration Types\",\"items\":[{\"text\":\"Maintenance Migrations\",\"link\":\"/migration-types/maintenance\"},{\"text\":\"Auto-Reversing Migrations\",\"link\":\"/migration-types/auto-reversing\"},{\"text\":\"Tags\",\"link\":\"/migration-types/tags\"},{\"text\":\"Profiles\",\"link\":\"/migration-types/profiles\"}]},{\"text\":\"Advanced Topics\",\"items\":[{\"text\":\"Best Practices\",\"link\":\"/advanced/best-practices\"},{\"text\":\"Migration Versioning\",\"link\":\"/advanced/versioning\"},{\"text\":\"Conditional Logic\",\"link\":\"/advanced/conditional-logic\"},{\"text\":\"Custom Extensions\",\"link\":\"/advanced/custom-extensions\"},{\"text\":\"Analyzers\",\"link\":\"/advanced/analyzers\"}]}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/fluentmigrator/fluentmigrator\"}],\"footer\":{\"message\":\"Released under the Apache-2.0 License.\",\"copyright\":\"Copyright © 2008-present FluentMigrator Project\"},\"search\":{\"provider\":\"local\"},\"editLink\":{\"pattern\":\"https://github.com/fluentmigrator/fluentmigrator/edit/main/docs-website/:path\",\"text\":\"Edit this page on GitHub\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
20+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"advanced_analyzers.md\":\"DWV84B76\",\"advanced_best-practices.md\":\"BS1EvZWE\",\"advanced_conditional-logic.md\":\"FjjqwIGz\",\"advanced_custom-extensions.md\":\"CvRwdaJ5\",\"advanced_versioning.md\":\"9r2TejcF\",\"basics_columns.md\":\"B2ILqq2j\",\"basics_constraints.md\":\"CL6BQ_c2\",\"basics_foreign-keys.md\":\"CPHxR7y9\",\"basics_indexes.md\":\"DP4dnRK3\",\"basics_raw-sql.md\":\"D2MF64gr\",\"index.md\":\"CYorbktS\",\"intro_configuration.md\":\"BbCynbkU\",\"intro_faq.md\":\"DV7x4Qc9\",\"intro_installation.md\":\"c_dTQ1th\",\"intro_quick-start.md\":\"B0u_JZwa\",\"migration-types_auto-reversing.md\":\"B60fVQ12\",\"migration-types_maintenance.md\":\"gv4rHR9t\",\"migration-types_profiles.md\":\"C7Rvqe42\",\"migration-types_tags.md\":\"XzsezFhk\",\"operations_alter-tables.md\":\"7oCPgxzH\",\"operations_columns.md\":\"CZW1_Rcn\",\"operations_create-tables.md\":\"DPf_SwiX\",\"operations_data.md\":\"BaBs_UtN\",\"operations_execute-sql.md\":\"DO-rBV5v\",\"operations_schema.md\":\"D9tIbd4_\",\"operations_with-connection.md\":\"Cm88fiGE\",\"providers_mysql.md\":\"D9itg_8z\",\"providers_oracle.md\":\"DIuwRoxX\",\"providers_others.md\":\"2aTO3KlA\",\"providers_postgresql.md\":\"C9uO2cQo\",\"providers_sql-server.md\":\"CHE79nSv\",\"providers_sqlite.md\":\"DGijGtPo\",\"readme.md\":\"4NdcOafZ\",\"runners_console.md\":\"B5KGVRK0\",\"runners_dotnet-fm.md\":\"D0EWTMDq\",\"runners_in-process.md\":\"6q-jCEsA\",\"runners_index.md\":\"Ccw_k7VD\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"FluentMigrator\",\"description\":\"A .NET migration framework for database schema management\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"outline\":2,\"logo\":{\"dark\":\"/logo-white.svg\",\"light\":\"/logo.svg\"},\"externalLinkIcon\":true,\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Documentation\",\"link\":\"/intro/quick-start\"},{\"text\":\"Release notes\",\"link\":\"https://github.com/fluentmigrator/fluentmigrator/releases\"},{\"text\":\"GitHub\",\"link\":\"https://github.com/fluentmigrator/fluentmigrator\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"items\":[{\"text\":\"Quick Start\",\"link\":\"/intro/quick-start\"},{\"text\":\"Installation\",\"link\":\"/intro/installation\"},{\"text\":\"Configuration\",\"link\":\"/intro/configuration\"},{\"text\":\"FAQ\",\"link\":\"/intro/faq\"}]},{\"text\":\"Operations\",\"items\":[{\"text\":\"Creating Tables\",\"link\":\"/operations/create-tables\"},{\"text\":\"Altering Tables\",\"link\":\"/operations/alter-tables\"},{\"text\":\"Managing Columns\",\"link\":\"/operations/columns\"},{\"text\":\"Data Operations\",\"link\":\"/operations/data\"},{\"text\":\"Schema Operations\",\"link\":\"/operations/schema\"},{\"text\":\"Execute SQL\",\"link\":\"/operations/execute-sql\"},{\"text\":\"Run code on connection\",\"link\":\"/operations/with-connection\"}]},{\"text\":\"Basics\",\"items\":[{\"text\":\"Columns\",\"link\":\"/basics/columns\"},{\"text\":\"Indexes\",\"link\":\"/basics/indexes\"},{\"text\":\"Constraints\",\"link\":\"/basics/constraints\"},{\"text\":\"Foreign Keys\",\"link\":\"/basics/foreign-keys\"},{\"text\":\"Raw SQL Helper\",\"link\":\"/basics/raw-sql\"}]},{\"text\":\"Migration Runners\",\"items\":[{\"text\":\"Choosing a runner\",\"link\":\"/runners/index\"},{\"text\":\"In-Process Runner\",\"link\":\"/runners/in-process\"},{\"text\":\"Console Tool (Migrate.exe)\",\"link\":\"/runners/console\"},{\"text\":\"dotnet-fm CLI\",\"link\":\"/runners/dotnet-fm\"}]},{\"text\":\"Database Providers\",\"items\":[{\"text\":\"SQL Server\",\"link\":\"/providers/sql-server\"},{\"text\":\"PostgreSQL\",\"link\":\"/providers/postgresql\"},{\"text\":\"MySQL\",\"link\":\"/providers/mysql\"},{\"text\":\"SQLite\",\"link\":\"/providers/sqlite\"},{\"text\":\"Oracle\",\"link\":\"/providers/oracle\"},{\"text\":\"Other Providers\",\"link\":\"/providers/others\"}]},{\"text\":\"Migration Types\",\"items\":[{\"text\":\"Maintenance Migrations\",\"link\":\"/migration-types/maintenance\"},{\"text\":\"Auto-Reversing Migrations\",\"link\":\"/migration-types/auto-reversing\"},{\"text\":\"Tags\",\"link\":\"/migration-types/tags\"},{\"text\":\"Profiles\",\"link\":\"/migration-types/profiles\"}]},{\"text\":\"Advanced Topics\",\"items\":[{\"text\":\"Best Practices\",\"link\":\"/advanced/best-practices\"},{\"text\":\"Migration Versioning\",\"link\":\"/advanced/versioning\"},{\"text\":\"Conditional Logic\",\"link\":\"/advanced/conditional-logic\"},{\"text\":\"Custom Extensions\",\"link\":\"/advanced/custom-extensions\"},{\"text\":\"Analyzers\",\"link\":\"/advanced/analyzers\"}]}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/fluentmigrator/fluentmigrator\"}],\"footer\":{\"message\":\"Released under the Apache-2.0 License.\",\"copyright\":\"Copyright © 2008-present FluentMigrator Project\"},\"search\":{\"provider\":\"local\"},\"editLink\":{\"pattern\":\"https://github.com/fluentmigrator/fluentmigrator/edit/main/docs-website/:path\",\"text\":\"Edit this page on GitHub\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
2121

2222
</body>
2323
</html>

README.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)