Skip to content

Commit

Permalink
forgot to upgrade MigrateLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 17, 2024
1 parent 61c90a8 commit db13a3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 14 additions & 0 deletions Lib/Execution/Store/Init.fs
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright 2023 Luis Ángel Méndez Gort

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at

// http://www.apache.org/licenses/LICENSE-2.0

// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

module Migrate.Execution.Store.Init

open Migrate
Expand Down
4 changes: 0 additions & 4 deletions Lib/Execution/Store/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ CREATE TABLE github_com_lamg_migrate_step_reason
status text NOT NULL,
entity text NOT NULL
);

-- migration:
-- parse all reasons and insert them in github_com_lamg_migrate_step_reason
-- alter table github_com_lamg_migrate_step drop column reason;
2 changes: 1 addition & 1 deletion Lib/Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>MigrateLib</PackageId>
<Version>0.0.14</Version>
<Version>0.0.15</Version>
<Authors>Luis Ángel Méndez Gort</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>Migrate</AssemblyName>
Expand Down

0 comments on commit db13a3d

Please sign in to comment.