mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05:00
18 lines
473 B
MySQL
18 lines
473 B
MySQL
|
|
DROP INDEX xsequences_pid_idx ;
|
||
|
|
DROP TABLE xsequences ;
|
||
|
|
DROP INDEX sequences_product_idx ;
|
||
|
|
DROP TABLE sequences ;
|
||
|
|
DROP SEQUENCE sequences_pid_seq ;
|
||
|
|
DROP TABLE taxonomy ;
|
||
|
|
DROP SEQUENCE taxonomy_id_seq ;
|
||
|
|
DROP TABLE entry ;
|
||
|
|
DROP SEQUENCE entry_eid_seq ;
|
||
|
|
DROP INDEX logins_userid_idx ;
|
||
|
|
DROP TABLE logins;
|
||
|
|
DROP INDEX users_username_idx ;
|
||
|
|
DROP INDEX users_fname_idx ;
|
||
|
|
DROP INDEX users_lname_idx ;
|
||
|
|
DROP INDEX users_userid_idx ;
|
||
|
|
DROP TABLE users ;
|
||
|
|
DROP SEQUENCE users_userid_seq ;
|