abstract class Marten::DB::Management::Migrations::Diff::Dependency::Base

Overview

Abstract base class for generated migration operation dependencies.

Direct Known Subclasses

Defined in:

marten/db/management/migrations/diff/dependency/base.cr

Instance Method Summary

Instance Method Detail

abstract def app_label #

Returns the app label associated with the dependency.


[View source]
abstract def dependent?(operation : DB::Migration::Operation::Base) : Bool #

Returns true if the given operation depends on the considered dependency.


[View source]