home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / bahasa / mysql / destroy.sql,v < prev    next >
Text File  |  2003-09-05  |  3KB  |  121 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     Initial:1.1.1.1 bule:1.1.1;
  5. locks; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.3
  10. date    2003.09.05.06.42.29;    author bule;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    2003.08.20.06.46.49;    author bule;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    2003.08.12.19.18.23;    author bule;    state Exp;
  21. branches
  22.     1.1.1.1;
  23. next    ;
  24.  
  25. 1.1.1.1
  26. date    2003.08.12.19.18.23;    author bule;    state Exp;
  27. branches;
  28. next    ;
  29.  
  30.  
  31. desc
  32. @@
  33.  
  34.  
  35. 1.3
  36. log
  37. @*** empty log message ***
  38. @
  39. text
  40. @#/////////////////////////////////////////////////////////////////////////////
  41. #/////////////////////////////////////////////////////////////////////////////
  42. #/ Project Name: Bahasa Indonesia Dictionary
  43. #/ Directory:    bahasa/mysql
  44. #/ File Name:    destroy.sql 
  45. #/ Author(s):    John L. Whiteman
  46. #/ Created:      June 23, 2003  
  47. #/ Modified:     September 04, 2003
  48. #/ Description:  This mySQL file contains sql commands to drop all 
  49. #/               tables associated with this project in the database.
  50. #/               Since tables are dropped here then data is lost if 
  51. #/               not properly backed up. 
  52. #/ 
  53. #/ Copyright (c) 2003 John L. Whiteman
  54. #/
  55. #/ Permission is herby granted, free of charge, to any person obtaining a 
  56. #/ copy of this software, data, and associated documentation files 
  57. #/ (the "Software"), to deal in the Software without restriction, 
  58. #/ including without limitation the rights to use, copy, modify, merge, 
  59. #/ publish, distribute, sublicense, and/or sell copies of Software, and to
  60. #/ permit persons to whom the Software is furnished to do so, subject to 
  61. #/ the following conditions:
  62. #/
  63. #/ The above copyright notice and this permission notice shall be 
  64. #/ included in all copies or substantial portions of the Software.
  65. #/
  66. #/ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
  67. #/ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  68. #/ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  69. #/ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
  70. #/ ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHERE IN AN ACTION OF CONTRACT,
  71. #/ TORT OR OTHERWISE, ARISING IN THE SOFTWARE.  
  72. #/////////////////////////////////////////////////////////////////////////////
  73. #/////////////////////////////////////////////////////////////////////////////
  74. DROP TABLE IF EXISTS administration;
  75. DROP TABLE IF EXISTS administrators;
  76. DROP TABLE IF EXISTS alphabet;
  77. DROP TABLE IF EXISTS dictionary;
  78. DROP TABLE IF EXISTS help;
  79. DROP TABLE IF EXISTS hits;
  80. DROP TABLE IF EXISTS misses;
  81. DROP TABLE IF EXISTS parts_of_speech;
  82. DROP TABLE IF EXISTS pronunciations;
  83. DROP TABLE IF EXISTS requests;
  84. DROP TABLE IF EXISTS searches;
  85. DROP TABLE IF EXISTS tasks;
  86. @
  87.  
  88.  
  89. 1.2
  90. log
  91. @*** empty log message ***
  92. @
  93. text
  94. @d8 1
  95. a8 1
  96. #/ Modified:     August 19, 2003
  97. d43 1
  98. a43 1
  99. DROP TABLE IF EXISTS pronunciation;
  100. @
  101.  
  102.  
  103. 1.1
  104. log
  105. @Initial revision
  106. @
  107. text
  108. @d1 34
  109. a46 2
  110.  
  111.  
  112. @
  113.  
  114.  
  115. 1.1.1.1
  116. log
  117. @Bahasa Indonesia Dictionary
  118. @
  119. text
  120. @@
  121.