From 49be95a4d15e4acb3ae62ea531df75bc1792008b Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Wed, 13 May 2026 11:33:40 -0400 Subject: [PATCH] fix(database): Add gitkeep for app migrations empty folder --- src/backend/common/database/appMigrations/.gitkeep | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/backend/common/database/appMigrations/.gitkeep diff --git a/src/backend/common/database/appMigrations/.gitkeep b/src/backend/common/database/appMigrations/.gitkeep new file mode 100644 index 00000000..81fd5e7a --- /dev/null +++ b/src/backend/common/database/appMigrations/.gitkeep @@ -0,0 +1,14 @@ +// Copyright 2026 foxx +// +// 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 +// +// https://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. + -- 2.51.2