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