diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-11-23 17:54:45 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-11-23 17:54:45 +0100 |
| commit | fa77a691ce0cc8941fe470a762f352b27f4f0563 (patch) | |
| tree | 08916174840a7896fc59633cc59fab931e7012c2 /db/migrate/20250820175727_create_nutrients.rb | |
| parent | 73283f2f5153c77f72b6a29e98f173628f5e1057 (diff) | |
Diffstat (limited to 'db/migrate/20250820175727_create_nutrients.rb')
| -rw-r--r-- | db/migrate/20250820175727_create_nutrients.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20250820175727_create_nutrients.rb b/db/migrate/20250820175727_create_nutrients.rb index d054375..503df3f 100644 --- a/db/migrate/20250820175727_create_nutrients.rb +++ b/db/migrate/20250820175727_create_nutrients.rb @@ -3,8 +3,6 @@ class CreateNutrients < ActiveRecord::Migration[8.0] create_table :nutrients do |t| t.string :formula t.string :name - - t.timestamps end end end |