Skip to content
Snippets Groups Projects
Unverified Commit db36d945 authored by Avielle Wolfe's avatar Avielle Wolfe
Browse files

Add null and default to migration

parent a279d3c8
No related merge requests found
......@@ -4,6 +4,6 @@ class DropAdditionalAmountAvailableFromCiNamespaceMonthlyUsages < Gitlab::Databa
enable_lock_retries!
def change
remove_column :ci_namespace_monthly_usages, :additional_amount_available, :integer
remove_column :ci_namespace_monthly_usages, :additional_amount_available, :integer, null: false, default: 0
end
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment