mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
Stubbed-out oracle schema file
This commit is contained in:
5
django/db/backends/oracle/schema.py
Normal file
5
django/db/backends/oracle/schema.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
from django.db.backends.schema import BaseDatabaseSchemaEditor
|
||||||
|
|
||||||
|
|
||||||
|
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user