Open peterdudfield opened 1 month ago
it would be great to have an active flag on the sites table
Column(Boolean, unique=False, default=True)
Detailed Description
it would be great to have an active flag on the sites table
Context
Possible Implementation
Column(Boolean, unique=False, default=True)
something lke this