Skip to content

Commit a951638

Browse files
committed
Remove obsolete CI workflow files
1 parent bf80331 commit a951638

File tree

3 files changed

+1
-319
lines changed

3 files changed

+1
-319
lines changed

.github/workflows/5_1_5.yml

Lines changed: 0 additions & 159 deletions
This file was deleted.

.github/workflows/6_0_2.yml

Lines changed: 0 additions & 159 deletions
This file was deleted.

db/migrate/20250701160618_add_missing_indexes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class AddMissingIndexes < ActiveRecord::Migration[7.2]
1+
class AddMissingIndexes < ActiveRecord::Migration[6.1]
22
def change
33
add_index :drafts, [:element_id, :element_type], if_not_exists: true
44
end

0 commit comments

Comments
 (0)