Skip to content

Commit

Permalink
[hotfix] Adding missing generated change (sourcegraph#48000)
Browse files Browse the repository at this point in the history
Adding missing generated change

## Test plan
Tested manually
<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
  • Loading branch information
cesrjimenez committed Feb 21, 2023
1 parent b70e55a commit 7184dbb
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8485,6 +8485,19 @@
"IsCreateIndexConcurrently": false,
"IndexMetadata": null
},
{
"ID": 1676996650,
"Name": "package_repos_separate_versions_table_patch1",
"UpQuery": "ALTER TABLE lsif_dependency_repos\nALTER COLUMN version SET DEFAULT '👁️temporary_sentinel_value👁️';",
"DownQuery": "ALTER TABLE lsif_dependency_repos\nALTER COLUMN version DROP DEFAULT;",
"Privileged": false,
"NonIdempotent": false,
"Parents": [
1675962678
],
"IsCreateIndexConcurrently": false,
"IndexMetadata": null
},
{
"ID": 1675864432,
"Name": "add code_host_states to permission_sync_jobs table",
Expand Down Expand Up @@ -8721,7 +8734,7 @@
"RootID": 1648051770,
"LeafIDs": [
1675296942,
1675962678,
1676996650,
1675864432
],
"PreCreation": false
Expand Down

0 comments on commit 7184dbb

Please sign in to comment.