mirror of https://github.com/django/django.git
Stubbed-out oracle schema file
This commit is contained in:
parent
8413c85f3d
commit
3ffbfe4abc
|
@ -0,0 +1,5 @@
|
||||||
|
from django.db.backends.schema import BaseDatabaseSchemaEditor
|
||||||
|
|
||||||
|
|
||||||
|
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
|
||||||
|
pass
|
Loading…
Reference in New Issue