Changeset 3 for branches/rsr.v5.1.dev/web/install/dist/sql/raz.sql
- Timestamp:
- Nov 14, 2011, 11:17:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rsr.v5.1.dev/web/install/dist/sql/raz.sql
r1 r3 27 27 DROP TABLE IF EXISTS `[prefix]playlists`; 28 28 # -- 29 DROP TABLE IF EXISTS `[prefix]playlis [prefix]download`;29 DROP TABLE IF EXISTS `[prefix]playlist_download`; 30 30 # -- 31 31 DROP TABLE IF EXISTS `[prefix]pun_bans`; … … 40 40 # -- 41 41 DROP TABLE IF EXISTS `[prefix]pun_forum_perms`; 42 # -- 43 DROP TABLE IF EXISTS `[prefix]pun_forum_subscriptions`; 42 44 # -- 43 45 DROP TABLE IF EXISTS `[prefix]pun_groups`; … … 59 61 DROP TABLE IF EXISTS `[prefix]pun_smilies`; 60 62 # -- 61 DROP TABLE IF EXISTS `[prefix]pun_ subscriptions`;63 DROP TABLE IF EXISTS `[prefix]pun_topics`; 62 64 # -- 63 DROP TABLE IF EXISTS `[prefix]pun_topic s`;65 DROP TABLE IF EXISTS `[prefix]pun_topic_subscriptions`; 64 66 # -- 65 67 DROP TABLE IF EXISTS `[prefix]pun_users`;
Note: See TracChangeset
for help on using the changeset viewer.