make use of the database schema API of drupal6 to show you your site
database tables, and see any discrepancy between what currently exists and what is described (great tool for cleaning up after updates or debugging existing problems).
This commit is contained in:
parent
020deebab4
commit
14d496fa63
9
www/drupal6/schema/Makefile
Normal file
9
www/drupal6/schema/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/26 13:16:05 espie Exp $
|
||||
|
||||
COMMENT = database introspection
|
||||
|
||||
CATEGORIES += devel
|
||||
DISTNAME = schema-6.x-1.6
|
||||
PKGNAME = drupal6-schema-1.6
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/drupal6/schema/distinfo
Normal file
5
www/drupal6/schema/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (drupal6/schema-6.x-1.6.tar.gz) = OhEYqD8irCBOAof8x5UQqg==
|
||||
RMD160 (drupal6/schema-6.x-1.6.tar.gz) = jNTHpCE1Yi/QSX64D/m3BSHADaQ=
|
||||
SHA1 (drupal6/schema-6.x-1.6.tar.gz) = Weva7poA/HMRSoB4hAk8MZlUS8k=
|
||||
SHA256 (drupal6/schema-6.x-1.6.tar.gz) = p/PZMMztLw0SDAqrX4K6dbEWzI0KLlSUhzRfEX+SKl0=
|
||||
SIZE (drupal6/schema-6.x-1.6.tar.gz) = 19402
|
5
www/drupal6/schema/pkg/DESCR
Normal file
5
www/drupal6/schema/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
drupal6 includes some database schema reflexivity.
|
||||
|
||||
This module presents the database schema information for the developer,
|
||||
and also allows various sanity checks to be performed comparing the live
|
||||
database to the module information.
|
16
www/drupal6/schema/pkg/PLIST
Normal file
16
www/drupal6/schema/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/26 13:16:05 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}schema/
|
||||
${DRUPAL_MODS}schema/LICENSE.txt
|
||||
${DRUPAL_MODS}schema/README.txt
|
||||
${DRUPAL_MODS}schema/engines/
|
||||
${DRUPAL_MODS}schema/engines/schema_mysql.inc
|
||||
${DRUPAL_MODS}schema/engines/schema_mysqli.inc
|
||||
${DRUPAL_MODS}schema/engines/schema_pgsql.inc
|
||||
${DRUPAL_MODS}schema/schema.info
|
||||
${DRUPAL_MODS}schema/schema.install
|
||||
${DRUPAL_MODS}schema/schema.module
|
||||
${DRUPAL_MODS}schema/schema_util.inc
|
||||
${DRUPAL_MODS}schema/tests/
|
||||
${DRUPAL_MODS}schema/tests/schema_regression.test
|
Loading…
x
Reference in New Issue
Block a user