From f498212b2d1add13341dd58514f8345205b824e8 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Tue, 4 Feb 2025 20:25:19 -0600 Subject: [PATCH] Add migration generation guideline to project conventions --- .cursor/rules/project-conventions.mdc | 1 + 1 file changed, 1 insertion(+) diff --git a/.cursor/rules/project-conventions.mdc b/.cursor/rules/project-conventions.mdc index 14631931..46b1032d 100644 --- a/.cursor/rules/project-conventions.mdc +++ b/.cursor/rules/project-conventions.mdc @@ -8,6 +8,7 @@ This rule serves as high-level documentation for how the Maybe codebase is struc - Use this file to understand how the codebase works - Treat this rule/file as your "source of truth" when making code recommendations +- When creating migrations, always use `rails g migration` instead of creating the file yourself ## Project Tech Stack