Skip to content

Commit

Permalink
add old commit entry for rack_migrate from v13.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Feb 21, 2024
1 parent 30bbbf6 commit f1f0f89
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions migration/rack/commits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
commite5e8a35322fab104a42cc0f46d16c27ffc10adbb,
commite696969a9d85ca8f894eea12305412bdc05521b3,
commiteb2f51ed862f33d2a56bbd6d43af27d9524912c9,
commiteda11bc3abcd3d3876cfb9d9434541fb6e8fb6d4,
commitee148bca649a1b451085832a7e2a488ce4127de7,
commitef72564bbc4887c2d6f6654671427ba2780e0f67,
commitefb8faf291a895dcce35300ae3341dd4a5c3f0bd,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (c) 2023, Galois, Inc.
#
# All Rights Reserved
#
# This material is based upon work supported by the Defense Advanced Research
# Projects Agency (DARPA) under Contract No. FA8750-20-C-0203.
#
# Any opinions, findings and conclusions or recommendations expressed in this
# material are those of the author(s) and do not necessarily reflect the views
# of the Defense Advanced Research Projects Agency (DARPA).

from ontology_changes import Commit

commit = Commit(
number="eda11bc3abcd3d3876cfb9d9434541fb6e8fb6d4",
tag="v13.0",
changes=[
# no ontology change, just here for the tag
],
)

0 comments on commit f1f0f89

Please sign in to comment.