Skip to content

Commit

Permalink
Bump database version in API server
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed May 16, 2024
1 parent bcdbe6c commit 227660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server/api-server-common/src/storage/impls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

pub const CURRENT_STORAGE_VERSION: u32 = 10;
pub const CURRENT_STORAGE_VERSION: u32 = 11;

pub mod in_memory;
pub mod postgres;

0 comments on commit 227660f

Please sign in to comment.