mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
oracle - rename table, deploy scripts passes
This commit is contained in:
@@ -122,6 +122,10 @@ class Dumper extends SqlDumper {
|
||||
}
|
||||
}
|
||||
|
||||
renameTable(obj, newname) {
|
||||
this.putCmd('^alter ^table %f ^rename ^to %i', obj, newname);
|
||||
}
|
||||
|
||||
// putValue(value) {
|
||||
// if (value === true) this.putRaw('true');
|
||||
// else if (value === false) this.putRaw('false');
|
||||
|
||||
Reference in New Issue
Block a user