mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-24 10:50:24 +01:00
refactor DB
This commit is contained in:
10
euclid/database/models/development_planning.py
Normal file
10
euclid/database/models/development_planning.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from peewee import *
|
||||
|
||||
from database.models.components.progress_step import ProgressStep
|
||||
|
||||
|
||||
class DevelopmentPlanning(ProgressStep):
|
||||
architecture = TextField()
|
||||
|
||||
class Meta:
|
||||
db_table = 'development_planning'
|
||||
Reference in New Issue
Block a user