Skip to content

Commit 3709464

Browse files
committed
More noticeable dividers between different database table categories
1 parent 408efc8 commit 3709464

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/murfey/util/db.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
from sqlmodel import Enum, Field, Relationship, SQLModel, create_engine
1111

1212
"""
13+
=======================================================================================
1314
GENERAL
15+
=======================================================================================
1416
"""
1517

1618

@@ -173,7 +175,9 @@ class ImagingSite(SQLModel, table=True): # type: ignore
173175

174176

175177
"""
178+
=======================================================================================
176179
TEM SESSION AND PROCESSING WORKFLOW
180+
=======================================================================================
177181
"""
178182

179183

@@ -1072,7 +1076,9 @@ class CryoemInitialModel(SQLModel, table=True): # type: ignore
10721076

10731077

10741078
"""
1079+
=======================================================================================
10751080
FUNCTIONS
1081+
=======================================================================================
10761082
"""
10771083

10781084

0 commit comments

Comments
 (0)