Update database-schema.adoc
This commit is contained in:
parent
594cacb0d6
commit
b192bf54f7
|
@ -28,7 +28,7 @@ create table authorities (
|
|||
create unique index ix_auth_username on authorities (username,authority);
|
||||
----
|
||||
|
||||
=== For Oracle database
|
||||
==== For Oracle database
|
||||
[source]
|
||||
----
|
||||
CREATE TABLE USERS (
|
||||
|
|
Loading…
Reference in New Issue