On Mon, Jan 27, 2014 at 1:46 PM, Teo Tokis <teoto...@gmail.com> wrote: > How can I create a new table in dspace's database? Is it possible to add > this table to file database_schema.sql in source and then execute ant update > or I need to do something else?
Hi Teo, this question is really not specific to DSpace. If you add a new table, DSpace won't really care about it unless you modify the DSpace source code. If you want to add a new table anyway, just talk directly to the database as you normally would (psql for Postgres or sqlplus for Oracle or any of the numerous DB client programs). Then to create the table, just use a SQL command like "CREATE TABLE yourtablename;". There are also GUI DB clients. Use the db.username and db.password to authenticate. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Dspace-devel mailing list Dspace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-devel